Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345335
    chriscarr1951
    Participant

    I am probably being very stupid !!

    I want to be able to change the total background from white to a pale grey, but can’t see where to do it.
    http://fionacampbelldesign.co.uk/wp/aw/

    let me know if you need the wordpress login and password

    thanks

    Chris

    #1345738
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer and then change the color values accordingly.

    
    .site {
        background-color: #333333;
        margin: 0 auto;
    }
    
    .x-navbar {
        background-color: #ff0000;
    }
    
    .x-logobar {
        background-color: #ff0000;
    }
    
    .x-colophon.bottom {
        background-color: #333333;
    }
    

    Hope that helps.

    #1346422
    chriscarr1951
    Participant

    Thank you, thank you, thank you.

    You Guys are genius

    Chris

    #1346478
    Rahul
    Moderator

    Glad we were able to help you out!

    Feel free to ask us again if you have any further queries regarding the X-theme.

    #1348005
    chriscarr1951
    Participant

    Hi,

    Thanks for your kind offer. I have just noticed that the accordions are showing a white background still. Can you let me have the code>

    Many thanks

    Chris

    #1348216
    Joao
    Moderator

    Please add the following code to Appereance > Customizer > Custom > CSS

    .cs-content .x-accordion-heading .x-accordion-toggle {
    
        background: none;
    }

    Hope it helps

    Joao

    #1348645
    chriscarr1951
    Participant

    Lovely..thanks.

    Chris

    #1348751
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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