Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274313
    bryanforester
    Participant

    Hello,

    I am currently using the Integrity theme with Design-Light. I am satisfied with everything except the top header behind my logo is white. I realize that’s the “Light” Design taking effect. But I am needing to make that black as well so it matches my logo. Please help if possible. (please see example below)

    http://internationalfirearmcorporation.com/contact-us/ (notice the white behind the logo – I am needing that black)

    #1274317
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

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

    Hope that helps.

    #1275170
    bryanforester
    Participant

    excellent service! that worked thank you

    #1275197
    Joao
    Moderator

    Glad to hear it,

    Joao

    #1275297
    bryanforester
    Participant
    This reply has been marked as private.
    #1275535
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-navbar {
        border-color: #000 !important;
    }
    
    .x-logobar {
        border-color: #000 !important;
    }

    Thanks.

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