Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248180
    ahzhuo
    Participant

    Hi,

    I’m new to the X theme. It’s a great theme. I love it. Now I’m trying to build my site start from the Integrity-6 demo page. The default design of the Integrity-6 demo is dark color scheme, but I prefer light color scheme, so I changed the design color scheme to Light in the Customizer. And then everything looks better except the navbar and the footer. I want them to remain dark. But I cannot find a place to modify them. So I tried to customize them in the child theme. I added the following code to the child theme style.css:

    .x-navbar { background-color: black; border-color: black; }

    The navbar turns black, but its left border and right border are still white. I tried everything but didn’t manage to change them to black. See the attached screenshot for details. How do I change the borders? And how to make the botth the navbar and footer look like the dark version? Any help is appreciated. Thanks!

    #1248337
    Lely
    Moderator

    Hello There,

    Thank you for the screenshot. Please also add this custom CSS:

    .x-boxed-layout-active .site {
        border: none;
    }

    Regarding this: And how to make the botth the navbar and footer look like the dark version?
    can you be more specific on what you want to achieve and also give us your site URL so we can see what we can do. Thank you.

    #1248380
    ahzhuo
    Participant

    Hi Lely,

    I added the code you provided and the problem has been solved. Thank you very much for your help!

    #1248445
    Lely
    Moderator

    You’re welcome!

    Cheers!

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