Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1177234
    thatcreativeguy
    Participant

    I am trying to simply change the background color to this page in the customizer, but it won’t change. Using the Renew 10 stack…I checked the CSS and there is no code for it that’s making it stay the same. So, what am i doing wrong?

    Link here – http://ffh.that-creativeguy.com/about-ffh/

    #1177613
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – Details of the adjustment you want to achieve.

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

    Thanks.

    #1178409
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1178765
    Jade
    Moderator

    Hi there,

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

    #top {
        background-color: rgb(241,241,241);
    }
    
    .x-header-landmark {
        background-color: #fff;
    }

    Hope this helps.

    #1179838
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1179840
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1179965
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .site {
        background-color: #f1f1f1;
    }
    header.x-header-landmark {
        background-color: #fff;
    }
    

    Hope it helps.

    #1180174
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1180205
    Christian
    Moderator

    Hey there,

    The Customizer’s background work. You can’t see it though because your page template is Blank – No Container so your sections span fullwidth and they have a colored background (see attachment). If you want your body’s background (set in the Customizer) to show up, disable your setction’s background.

    Thanks.

    #1181507
    thatcreativeguy
    Participant
    This reply has been marked as private.
    #1181517
    Joao
    Moderator

    Glad to hear it!

    Let us know if we can help with anything else.

    Joao

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