Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079871
    Chop85
    Participant

    Hi

    I’m trying to set up my footer widget. I want to have the all the text as white with the black background, however the links are still red. I’ve looked on the forums and have tried a few option but none of them seem to work…

    How do I change the colors of the links and hover in the footer widget?

    Thanks

    Also, I haven’t activated the footer as the site is live, but let me know if you want me to that.

    #1079872
    Chop85
    Participant
    This reply has been marked as private.
    #1079992
    Christian
    Moderator

    Hey there,

    Upon checking, your footer’s background is white (see attachment). Please check.

    Thanks.

    #1081138
    Chop85
    Participant

    Hi,

    I haven’t activated the widget footer yet as I don’t want it displayed for the moment (I can activate if you want me to- although would prefer not to).

    I’ve attached the widget footer screenshot from my customiser page so you know what I’m referring to.
    How do I change the colors of the links and hover in the footer widget (currently red)?

    Thanks
    Sally

    #1081168
    Thai
    Moderator

    Hi There,

    To change the footer link color, please add the following CSS under Customizer > Custom > Global CSS:

    footer.x-colophon.top a {
        color: #fff;
        text-shadow: none;
    }
    footer.x-colophon.top a:hover {
        color: rgb(223,32,44);
    }

    Hope it helps 🙂

    #1081228
    Chop85
    Participant

    Works perfectly- thanks so much!

    #1081259
    Joao
    Moderator

    Glad to hear it.

    Let us know if we can with anything else.

    Joao

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