Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211874
    Brian D’Angelo
    Participant

    Hi –

    I’m trying to change the background color on the Ethos theme to #FFFEF9. I’ve tried multiple things:

    body {background-color: #FFFEF9;
    }

    .site {
    background: #FFFEF9;
    }
    .x-main {
    background-color: #FFFFEF9;
    }

    None of these seem to be working. Can someone help me out here?

    Site: development.briandangelo.com

    #1212060
    Jade
    Moderator

    Hi there,

    Please try to add this code in the customizer:

    .page-template-template-blank-4-php .x-main, 
    .page-template-template-blank-5-php .x-main, 
    .page-template-template-blank-6-php .x-main, 
    .page-template-template-blank-8-php .x-main {
        background-color: transparent !important;
    }

    Hope this helps.

    #1212069
    Brian D’Angelo
    Participant

    No, unfortunately, that did not work.

    #1212138
    Brian D’Angelo
    Participant

    I’ve also tried:

    body .site {
    background-color: #FFFEF9;
    }

    but that is not working either.

    #1212477
    Friech
    Moderator

    Hi There,

    I believe the:

    .site {
    background: #FFFEF9;
    }

    or

    .x-main.full {
    background-color: #FFFFEF9;
    }

    Will do the trick, but you need to set your sliders to have a transparent background-color.

    Thanks.

    #1212500
    Brian D’Angelo
    Participant

    RESOLVED. The CSS is:

    .x-main.full, .x-section {
    background:transparent !important;
    }

    #1212805
    Paul R
    Moderator

    Glad to know. Have a nice day! 🙂

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