Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1075240
    armintz
    Participant

    I’m using the following code to change the colors of links that I have added to the topbar:

    /* TOP BAR LINK COLORS */
    .x-topbar a {
      color: #283c72 !important; 
    }
    
    .x-topbar a:hover {
      color: #283c72 !important; 
    }

    It works fine, but I don’t like the effect it has on the social icons which also appear in the top bar.

    is there a way to have this link style only affect the text links and not the social icons?

    thanks

    #1075513
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1075514
    armintz
    Participant
    This reply has been marked as private.
    #1075890
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please replace the code with the following. You can add this under Custom > CSS in the Customizer:

    p.p-info a {color: #283c72 !important;}
    
    p.p-info a:hover {color: #283c72 !important;}

    Thanks.

    #1076378
    armintz
    Participant

    this works perfect, thanks

    #1076515
    Joao
    Moderator

    Glad to hear it.

    Let us know if you need help with anything else.

    Joao

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