Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #898865
    suzannereid
    Participant

    http://dallasvitality360.com/how-it-works/

    How can i make the css opposite colors? So the active is the light part and the non active is black?

    #899781
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-nav-tabs > li > a {
      background-color: #fff;
      color: #000;
      border-right: 2px solid #fff;
    }
    
    .x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
      background-color: #f8f8f8;
      color: #d8d8d8;
      border-right: 2px solid #e5e5e5;
    }
    

    Hope this helps.

    Cheers!

    #902802
    suzannereid
    Participant

    Thanks!! worked great

    #903416
    John Ezra
    Member

    You’re most welcome!

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