Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27826

    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.

    #135486

    Hey,

    Please add this on your custom.css or Quick CSS

    h2 a {
    color: #00abda !important;
    }

    h2 a:hover {
    color: #88bbc8 !important;
    }

    Regards,

    Ismael

    #135487

    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!!!

    #135488

    I always forget the !important grrrr :-)

    #135489

    Hey,

    Glad we could help. ;)

    Cheers,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘H2, H3 link colours’ is closed to new replies.