I have the upgrade. Is there a way to keep the header text in Vigilance theme from being a link?
The blog I need help with is htmclassic.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I have the upgrade. Is there a way to keep the header text in Vigilance theme from being a link?
The blog I need help with is htmclassic.com.
Interesting question, because usually almost everyone asks for this to be the other way around! They always want to make the header image link back to the home page.
You can use a CSS trick to do this in Vigilance, what it does is hide the link and recreate the content with the same styles re-applied:
#title a {
display: none !important;
}
#title:after {
content: "2012 HTM Classic";
position: relative;
top: 25%;
color: #FDF9F7;
text-shadow:black 5px 5px 5px;
}
Thanks designsimply!
No problem!
This topic has been closed to new replies.