Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1410285
    redsnapdragons
    Participant

    Hi!

    How can I change the background color and links of my navbar in the posts pages?

    http://www.sandbox.helpsocial.com/twitter-may-be-ditching-the-140-character-limit/

    I currently have them set to transparent for the other pages but I want all the posts to have a 50% black background with white text.

    #1410657
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        color: #000;
    }
    
    .x-navbar-wrap {
        background-color: #ddd;
    }

    Thanks.

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