• Resolved Porfiro

    (@ernestoruota)


    Hi,

    I would like to change the outer background color of my sites (I mean the white part that appear when you zoom out). Is it possible to do it by using custom css?

    Thanks a lot

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,
    It is possible but share the website url to check and find solution.
    Thanks
    Mohammad

    Thread Starter Porfiro

    (@ernestoruota)

    Hi,

    thanks for the reply!

    Here’s the url: http://lettureserali.it/

    Hi,
    Please use the following custom css code:-

    .hentry {
    background-color: #ff0000 !important; /* CHANGE THE COLOR CODE AS YOU DESIRE*/
    }

    Thanks
    Mohammad

    Thread Starter Porfiro

    (@ernestoruota)

    Hi,

    that line changes the background color of the site, but if I zoom out (or use a bigger screen), the white part on the two sides still appears…

    Hi,
    Please use the following code:-

    body {
         background: #ededfd !important;
    }

    Thanks
    Mohammad

    Thread Starter Porfiro

    (@ernestoruota)

    Hi,
    thanks: it worked!
    One last thing: there is a 2 pixel wide space between the two sides of the site (left and right), and the background around it. Is there a way to fix this?

    Hi,
    Please use this custom css code:-

    .site {
        border-left: 0px !important;
        border-right: 0px !important;
    }

    Thanks
    Mohammad

    Thread Starter Porfiro

    (@ernestoruota)

    It worked great!

    Thank you very much

    ER

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Outer-part color change’ is closed to new replies.