• Resolved FLIX Marketing

    (@misslizz)


    Hi,
    I know how I can change the general theme background, but how can I get rid of the white background on the pages?
    I would like to know how I can set them all to a different color and how I have to do it per page.
    i know its in the css file, but where? And what? Because:

    .page{
    background-color:#fff;
    }

    Did not work ??

    All help appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey, misslizz!

    Can you send a link to the site? If so, I’ll send you the css you need.

    Thread Starter FLIX Marketing

    (@misslizz)

    Hey, misslizz!

    See if this works for you:

    .widget .tagcloud a::before, .fl-builder-content * {
    border-color: inherit;
    background-color: #feffd5;
    }

    I would recommend either creating a child theme, or using a plugin like Simple Custom CSS so you don’t lose your changes when your theme updates. ??

    Hi,

    Thank you Augustin56 for replying to this thread.

    The actual CSS code that will help is:

    .site {
     background-color: red;
    }
    

    Regards,

    Oliver

    Thread Starter FLIX Marketing

    (@misslizz)

    Thanks Oliver. But Im a real new bee, so where should I put it in?
    I added it now to the existing css where it said .site already, looking like this:

    .site {
    width: 100%;
    max-width: 1640px;
    background-color: red;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3.62rem rgba(0,0,0, .07);
    box-shadow: 0 0 3.62rem rgba(0,0,0, .07);
    }

    But no results ??

    Hi,

    Please note that you should never edit the theme core files as you will loose all your changes once you update the theme.

    Instead, use one of these custom CSS solutions: https://support.webmandesign.eu/forums/topic/css/

    Regards,

    Oliver

    Chris_Korr

    (@chris_korr)

    you need to use that code

    background-color: #000000 !important;

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Page background’ is closed to new replies.