Could you help me with my linking on headers.
http://chriswardphotography.net/home/
I have added a link to the Business to consumer H2 title but need to show its a link. If you scroll down it has a gallery to the right of it.Thinking of having it the theme blue I have used which a lighter light (also used it my theme) as hover.
Main blue – #00abda
Hover blue – #88bbc8
Or Black as the main colour and main blue as hover.
Is there some CSS I can add to control this. I have tried a few things but cant get it to change.
Hey,
Please add this on your custom.css or Quick CSS
h2 a {
color: #00abda !important;
}
h2 a:hover {
color: #88bbc8 !important;
}
Regards,
Ismael
Perfect. I know a little about CSS and do ‘ok’ but sometimes the simple things I just cant do grrrrr
Thanks again this forum is the best!!!
I always forget the !important grrrr :-)