Home Forums Pro Themes Photomania Pro Background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99288
    Sylvain
    Participant

    Hello, I try to change the background color, using : customize > color option > basic color option > background color. But it doesn’t work (and there is no background image). I also tried to add a background image, and it doesn’t show either. It’s like there’s a frame hiding the background (color or image). Any idea ?
    You can visit my homepage here : http://sylvainmoser.com/ The color I try to change is this light grey under the masonry grid and category menu.
    Thank you.

    #99315
    wensolutions
    Keymaster

    Hello @sylvain,

    In the front page section, the background will not be applied in some of the sections as it is displayed as the blocks.

    But when we inspected your site URL, we found that you have displayed the blog page at the front page. So if you change the background color the color will be applied as you can see in the screenshot below:

    https://prnt.sc/nxqzs8

    So change the background color as per your requirement from the customizer.

    Hope this helps.

    If you have any confusion further, kindly let us know.

    Thank you.

    #99334
    Sylvain
    Participant

    Hello,
    Ok, but where should I go to change the background color ?? As I said in my message, if I use : customize > color option > basic color option > background color = nothing happens in my blog page. Also, once again, when I add a background image, it doesn’t show, as if hidden behind a block.
    So what must I do to change the background color or add a background image ?
    Thanks

    #99338
    wensolutions
    Keymaster

    Hello,

    The background color is overridden by the content section that is why the applied color is not displayed.

    As for now to fix the issue, add below given CSS.

    #content {
        background-color: #1357de !important;
    }

    You can change the color code as per your requirement.

    However, we will come up with the fix in the future.

    Thank you.

    Regards!!

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