Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1084372
    liz80y
    Participant

    Hi there,

    I would like to remove the hover from the footer menu and make the text in #fb6a13.

    Can you tell me how to do this? I can’t seem to find the CSS in my customizer.

    Thanks 🙂

    #1084375
    liz80y
    Participant
    This reply has been marked as private.
    #1084610
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .widget ul li a, .widget ol li a {
        color: #fb6a13;
    }

    That should change the text and remove the hover color in same time.

    Hope it helps, Cheers!

    #1084763
    liz80y
    Participant

    That’s great. Thank you. It worked perfectly.

    Can you tell me how to make the gaps between each line of text larger so that the last line of the menu is the same as the instagram widget next to it? I have tried line height and line spacing and both didn’t seem to work.

    Thanks 🙂

    #1084898
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    #text-12 .textwidget ul li a {
        padding: 6px 0px;
    }

    Hope it helps 🙂

    #1085934
    liz80y
    Participant

    Worked great! Thanks for all your help 🙂

    #1086356
    Paul R
    Moderator

    You’re welcome! 🙂

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