>>
Site Map
>>
Forums
>>
Themes 6x
Forum module - topics in forum:
Themes 6x - Discussions regarding PHP-Nuke Themes.
Change link color in certain sections of theme
Is there a way to change the link color in certain sections of the theme? I want my link color to be the same for the whole site except in the news stories. Is there a way i can use my .css file to do this or what?
My issue is that i have my link color the same as the text color without the underline. This makes it extremely hard to see a link in a news article. Can this be done?
Not sure, but you can add the colour to the link within the article using font color tag.
| Code: : |
| <a href="http://linkurl"><font color=ff0000>linktitle</font></a> |
Thanks. I was hoping to make it a happen on every link without me having to edit each of them. I guess i'll do more looking.
I'm not 100% familar with CSS. Can i make more than one url class? And then call that class in the a href link i make in the news posting?