Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001206
    threadpiece
    Participant

    Hi,

    I’ve looked at a few of the older threads I could find on this question, but none of the code there helped me.
    I have a footer on my site with social media icons. When you hover, it makes a blue circle. I want to make it the yellow I use everywhere else, but I can’t find a setting for it or code that seems to target the circle.

    Thanks in advance.

    #1001234
    Paul R
    Moderator

    Hi,

    To make the background yellow, you can add this under Custom > Edit Global CSS in the
    Customizer.

    
    
    .x-social-global a:hover.linkedin,
    .x-social-global a:hover.twitter {
        background-color: rgb(255,255,51);
    }
    

    Hope that helps.

    #1001271
    threadpiece
    Participant

    Perfect, thank you so much. And a huge thank you for all the support so far. I’m so happy to be live today and I couldn’t have done it without the support team!

    #1001313
    Lely
    Moderator

    You’re welcome!

    Cheers!

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