Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1281556
    tiaris
    Participant

    Hi, how do I change the menu color and social icons?

    thanks in advance

    #1281608
    Joao
    Moderator

    Hi There,

    Go to Appereance > Customizer > Typography and select the color of your site links and they this will be the same color as your site links.

    If you want to have them in different color from from your site links:

    To change the line above the menu add the following code to Appereance > Customizer > Custom > CSS:

    .x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > .current-menu-item > a {
    -webkit-box-shadow: inset 0 4px 0 0 #17910D;
    box-shadow: inset 0 4px 0 0 #17910D7;
    }

    To change the social icons:

    .x-social-global a {
    	color: #000000;
    }
    .x-social-global a:hover {
    	color: #CC0000;
    }
    

    Hope that helps

    Joao

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