Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1094301
    truaxbrandingco
    Participant

    Hey there

    Looking to keep the social icons the same color before they are hovered over. How can I do that?>

    Thanks you guys!

    http://50.87.248.168/~inertiat/

    #1094732
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-topbar .x-social-global a:hover {
        color: #202556 !important;
    }

    Thanks.

    #1106093
    truaxbrandingco
    Participant

    Hi guys

    This worked perfectly. Can I get them to be enlarged by 50% on mobile only so that are more clickable?

    Thank you so much!

    n

    #1106511
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this as well :

    @media only screen and (max-width: 767px) {}
    .x-topbar .x-social-global a {
      font-size: 36px;
      margin-left: 7px;
    }
    }

    Hope this helps.

    #1107359
    truaxbrandingco
    Participant

    That worked thank you!

    #1107542
    Rahul
    Moderator

    You’re Welcome!

    If you have any further queries, let us know. We’d be happy to assist you with everything.

    Thanks!

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