Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252952
    aleadfreak
    Participant

    Hi,

    I’ve entered some links across my page, but these don’t seem to be coloured as what I’ve selected in the Customiser.

    My site: leadfreak.co.uk

    If you scroll to the bottom there is the get in touch section. The links in the pink box should be bright green like the nav bar.

    Appreciate your help.

    Thanks

    Alex

    #1252996
    Rue Nel
    Moderator

    Hey Alex,

    Thanks for writing in! The link color is not following what you have set like the menu item because it turns out that you are using a heading tag and then enclosed the link. The heading tag link has it’s own color and this is why the code is not working. To be able to change the link color for this element, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    h1 a, h2 a, 
    h3 a, h4 a, 
    h5 a, h6 a, 
    .h1 a, .h2 a, 
    .h3 a, .h4 a, 
    .h5 a, .h6 a {
        color: rgb(72,234,126);
    }

    Please let us know if this works out for you.

    #1259296
    aleadfreak
    Participant

    Yes, great. Thank you Rue.

    Worked a treat.

    Alex

    #1259453
    Rupok
    Member

    You are welcome Alex!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

    #1261150
    aleadfreak
    Participant

    Hi Rupok,

    Sorry, one more point. What code would I add to the CSS to change the link colour on hover?

    Thanks

    Alex

    #1261280
    Joao
    Moderator

    Hi Alex,

    Please add:

    h1 a:hover, h2 a:hover, 
    h3 a:hover, h4 a:hover, 
    h5 a:hover, h6 a:hover, 
    .h1 a:hover, .h2 a:hover, 
    .h3 a:hover, .h4 a:hover, 
    .h5 a:hover, .h6 a:hover {
        color: red;
    }

    Hope it helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1252952 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>