Home Forums Pro Themes Realestate Base Pro Page Color

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #178920
    Aina Bernat
    Participant

    Hello,

    I would like to change the color of the background to all different pages at the web. But I don’t find the option. I just see how can I change the background of the block page.
    I though that it would be easy if the page could be full width and no a different block, but also I don’t see the option of how can I change it.

    Somebody can help me?

    Thank you

    #178929
    sanam
    Keymaster

    Hello @AINABERNAT,

    To change the page into full width with no different block.
    Go to Customizer >> Appearance >> Theme Options >> Layout Options >> Global Layout and choose no sidebar setting.
    Please note that these setting changes will be applicable throughout the entire site.

    To change the background color of the pages, Please add this CSS in the Additional CSS
    .page .entry-content-wrapper,
    .page #main article {
    background: #800000;
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site. you can change the background color as per your requirement.
    Please use this site as a reference for color options.
    https://www.computerhope.com/htmcolor.htm

    Regards,
    Themepalace

    #179061
    Aina Bernat
    Participant

    Can you check the web page: http://www.dchabogados.com/ I change the background color of the pages (in grey), but I would like also de white margin that appears or delete it. I already have the “no sidebar” option activate it.

    #179077
    sanam
    Keymaster

    Hello @AINABERNAT, we assume that you want to make the white margin the same color as the background of the pages.

    Go to Customizer >> Appearance >> Color Options >> Content Color Options >> Background color, change the color there as per your need, and published the site.

    Regards,

    #179107
    Aina Bernat
    Participant

    And how can I delete the brightness that it appears?
    Actually I would prefer to delete this margin.

    #179133
    sanam
    Keymaster

    Hello @AINABERNAT, Please add this CSS

    #main article {
    box-shadow: none;
    }

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