Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989334
    christiaanakkermans
    Participant

    Hi,

    I want to change the background color of my navigation bar. I used in customize > custom > css this code:
    .x-navbar {
    background-color: #333333;}

    But it did not worked.. Am I doing something wrong?

    Thanks,
    Christiaan

    #989335
    christiaanakkermans
    Participant
    This reply has been marked as private.
    #989338
    christiaanakkermans
    Participant
    This reply has been marked as private.
    #989346
    Rue Nel
    Moderator

    Hello There,

    Thanks for posting in! Your code doesn’t work because there is another the same block of code added in your customizer. Please find this block and just update it instead.

    .x-navbar{
      background-color: rgba(255,255,255, 0.98) !important;
    }

    Hope this helps. Please let us know how it goes.

    #989501
    christiaanakkermans
    Participant

    I found it, but nothing happens when I change it to:

    .x-navbar{
    background-color: rgba(51, 51, 51, 1) !important;
    }

    Can you help me find out what I’m doing wrong?

    #989506
    christiaanakkermans
    Participant

    Solved! Thank you so much for helping!!

    #989564
    Christopher
    Moderator

    You’re welcome.

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