Hi,
I want a “Read More” link in the User 1, 2 & 3 positions. The link colouring is fine for green on white, but not for the green boxes. I have looked around and come up with a part solution as follows:
/* White text links in User Modules—*/
a.white {
color: #ffffff;
text-decoration: underline;
}
a.white:hover, a.white:active, a.white:focus {
color: #000000;
text-decoration: underline;
}
I have edited the template.css file
The coding should be:
<a href=”resources/how-we-can-help/design.html” class=”white”>Read more…</a>
But alas I can’t get it to work. Does anyone have any ideas. I want to have white writing and for the rollover link text to then be black underlined.
The site is at http://www.clearvoice.co.uk
Kind Regards
Nigel
Temporary Answer:
I changed the Module Class Suffix from _default icon1 to _hilite icon1 All the CSS is working, however, the top margin and H3 title padding is not the same as _default. I will start a new thread to find out the answer.