Home Forums Pro Themes Photo Perfect Pro Site Block Background

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #185650
    soarts
    Participant

    Under Customization, there is an option to change the background color, but there is no option for changing the white body block all page contents are displayed on. I’ve tried several different coding but have not found the right element for this one…

    How can I change the body color of the large white block that all pages content are displayed on? (Not the site background, but the page content background).

    #185654
    sanam
    Keymaster

    Hello @SOARTS,

    Please add this following CSS

    .single #main,
    .page #main {
    background-color: #111;
    }

    Change the background color as per your need.

    #185656
    soarts
    Participant

    Sorry, this code did not work. Nothing changed no matter which color I entered.

    Is there something else I can try?

    #185657
    sanam
    Keymaster

    Could you please send us the link to that page ?

    #185757
    soarts
    Participant
    #185821
    sanam
    Keymaster

    Could you please try this

    This changes the large white block that all pages including the homepage.
    #main {
    background: #111 !important;
    }

    Regards,
    Sanam

    #185886
    soarts
    Participant

    Wonderful! Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.