Archived topic
Content display on a Grey Background instead of white (template default)
5 replies · Started by Max on February 2, 2018
Hello,
The content on this page () is a toolset module. I contacted Toolset and the said, this problem is a CSS problem. Since I'm using Generate Press Premium, I'm asking you for help.
Here is the problem:
I am trying to: get this page (https://www.radiomelodyfmlive.com/yearstat/2018/) to display on the white part of the template. Instead, it is on a grey background and I don't know why.
Link to a page where the issue can be seen: (https://www.radiomelodyfmlive.com/wscat/) this link is a category/taxonomy page. When you click on a category such as (2018 Statistics) or (2017 Statistics), a new page will appear and the info for that category will display on a grey background.
I expected to see: the info on a white background (the default background of the template)
Instead, I got: a grey background
Hi there,
What's your setting in Customizer > Colors > Body > Background?
Ok, here is what I see:
Customizer > Colors > Body > Background Color > #efefef
Customizer > Colors > Content > Background > #ffffff
-----------------------
Just to let you know. The following page is also the same toolset module but, it works well there.
https://www.radiomelodyfmlive.com/web-statistics/
---------------------
This is the one that does not work:
https://www.radiomelodyfmlive.com/yearstat/2018/
Max
Hi there,
It looks like the custom template you're using for those pages is missing the <div class="inside-article"></div> container around the content.
You could either edit the template and add that element, or you could add this CSS:
.container-fluid {
background-color: #fff;
margin-bottom: 0 !important;
}
Hi Tom,
I add the CSS and everything works perfectly. Very good support.
God Bless you and family.
Thanks!
Max
Thanks! Glad I could help :)