5
Quote:
Bandit-X wrote:
its using the class in style.css in the theme: td#centercolumn th
There are many places this could be and without seeing your site it is difficult to say exactly where to change it but here is what you are looking for in the style.css(which as BanditX says, probably located in your Theme (theme folder of the theme you are using).
It could be in the css for the Body or it could be somewhere else like BanditX points out which pertains specifically to the location of where the text link is you are trying to modify.
In any event you want to look in your style.css for this type of class or instruct. There could be more than one place this code could be inside the style.css so all you have to do is find the right ones for the specific location of the text you want to change.
The
a below is the active link with color etc. (what shows before it is clicked on.
a
{
color: #FF6600;
text-decoration: none;
font-weight: bold;
}
The
a: hover is what will show when the mouse curser moves over the link.
a:hover
{
color: #004080;
text-decoration: underline;
}
Xoopity doo dah, xoopity aye, my oh my what a xoopity day!