Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255094
    stephenw8010
    Participant

    I am running Integrity 1 and I cannot get the background of the Navbar changed…It is transparent currently….I am trying to get it to have a black background on both static and scroll….

    #1255099
    Christopher
    Moderator

    Hi there,

    Please find and remove following codes:

    .home .x-navbar {
        background-color: transparent;
    }
    .x-navbar.x-navbar-fixed-top {
        background-color: rgba(255, 255, 255, 0);
    }

    Add this code :

    .x-navbar {
        background-color: #000;
    }

    Hope it helps.

    #1255151
    stephenw8010
    Participant

    this worked on every page except for the home page…how do I apply this to the home page?

    #1255167
    Thai
    Moderator

    Hi There,

    Please remove this CSS under Custom CSS in the Cornerstone:

    .home .x-navbar{background-color:transparent;}

    Hope it helps 🙂

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