[Theme: Magazine] Link colours!
-
Hi, I’m very new to CSS and coding so sorry if this seems quite novice!
I have the magazine theme and I’ve been trying to change the colours of the links.
If you take a look at my website: – letsseemoreofkent.co.uk
I want to change the link colour of the [Read more…] and the hover colour for the menu links. I don’t want the link or hover colour to change for the post titles, or much else really.
I’ve tried using various coding, like these:
a:link{ text-decoration: underline; color: #00398A; }
a:hover{ text-decoration: underline; color: #ffffff; }
But they either change all of the links, which I don’t want, or don’t change the links in blue. I hope this makes sense.
Various forums I’m looking over says to find this in the style sheet, but I’ve looked through the style sheet and can’t find any coding relating to the links – please help! ??
- The topic ‘[Theme: Magazine] Link colours!’ is closed to new replies.