Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894386
    bdikeman
    Participant

    Hi,
    I’m running Ethos and loving it so far.

    I changed my default background color to black by putting

    .site {
       background-color: #000000 !important;

    In custom CSS. Problem is that when I change the template in WordPress to be No Container, header, footer my background turns back to white.

    Any idea on how to get around this?
    Thanks,
    Bo

    #895183
    Lely
    Moderator

    Hi Bo,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. 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.

    #895314
    bdikeman
    Participant

    Thank you so much Lely!

    Please forgive me for not being specific enough to begin with. Here is a page set to Blank-No Container, header footer:

    http://thatsmyitguy.com/welcome/

    Here is one that is set to default template where you can see the black goes across:

    http://thatsmyitguy.com/front/

    I played around with it some more, and it seems that any time I select a template with no container I get white, and any time I select a template with a container I get black. My goal is to have a full width site that is black.

    Thanks so much for your help on this!

    #896265
    Nabeel A
    Moderator

    Hi again,

    Thank you for the detailed writup! To fix the issue, please add the following code in your 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: #000 !important;
    }

    Let us know how this goes!

    #898593
    bdikeman
    Participant

    Hi Nabeel! That works great! I now have full width black pages. Thank you so much!

    #899001
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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