Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060927
    AbdulQ9
    Participant

    How do I change the color for my background? I have tried through wordpress options Appearance-Customize but it only shows what I add before the page loads. How do I fix this?

    #1060943
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site {
        background-color: #fff;
    }

    If that doesn’t help, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1060952
    AbdulQ9
    Participant
    This reply has been marked as private.
    #1060966
    Christopher
    Moderator

    Hi there,

    Not all the changes could be done via cornerstone.
    Please let us know how menu buttons should look. You can provide us with mockup.

    Thanks.

    #1084571
    AbdulQ9
    Participant

    Here’s the mockup. Plus the submenu items background and color how do I change this too?

    #1084802
    Christopher
    Moderator

    Hi there,

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

    @media (min-width:979px){
    .x-navbar .desktop .x-nav > li {
        box-shadow: 1px 0 0 0 #000;
        border-radius: 0;
        height: 44px;
        margin-top: 18px;
    }
    .x-navbar .desktop .x-nav > li:last-child {
        box-shadow: none;
    }
    .x-navbar .desktop .x-nav > li > a {
        height: 77px;
        padding-top: 17px;
    }
    
    ul.sub-menu {
        background-color: #8BABF6 !important;
        top: 62px !important;
    }
    .x-navbar .desktop .sub-menu a {
        color: #fff;
    }
    }

    Hope that helps.

    #1084974
    AbdulQ9
    Participant

    I would like remove the current button css thats there!

    #1085143
    Joao
    Moderator

    Hi Abdul,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-navbar .x-nav > .current-menu-item > a { border: none; }
    .x-navbar .x-nav > li > a { border: none; }

    Hope that helps

    Joao

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