Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1329929
    mrdfrost
    Participant

    I want the logo bar on the blog page to have a black background but for someone reason the following isn’t working
    http://rivittcollective.com/blog/

    .page-id-259 .x-logobar {
      background-color: #000 !important;
    }
    #1330032
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    .blog .x-logobar {
      background-color: #000 !important;
    }

    Hope it helps 🙂

    #1335534
    mrdfrost
    Participant

    I want this logobar to have a black background everywhere but on the home page.
    How can I do that?

    #1335563
    Joao
    Moderator

    Hi There,

    Please try adding the following code to Appereance > Customizer > Custom > CSS

     .x-logobar:not(.home) {
      background-color: #000 !important;
    }

    Hope it helps

    Joao

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