Hi,
I have three blog sections on my site: Stories, Gigs, and Tangents. Here's the page:
http://www.michaelgaither.com/b2/blogs/multiblogs.php
The titles for each of these sections are active links, so that you can click a Blog title, and it opens that blog onto a new page. However, I don't want these titles to be links:
Reason: They pick up the active-link color (blue), and I'd rather they didn't.
Is there a way to make these titles just be plain text?
Thanks.
The code that creates the title is in multiblogs.php. You could remove the link part, or you could add some css to make the link display in plain black, rather than in blue.
Find this:
And change it to this:
You may or may not have the #1 part. If you want to keep it as a link, but change the text color to black, then change it to this instead:
In any case, repeat for the other parts of the file that look like this.