[Resolved] Content display on a Grey Background instead of white (template default)

Home Forums Support [Resolved] Content display on a Grey Background instead of white (template default)

Home Forums Support Content display on a Grey Background instead of white (template default)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #486501
    Max

    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

    #486573
    Leo
    Staff
    Customer Support

    Hi there,

    What’s your setting in Customizer > Colors > Body > Background?

    #486698
    Max

    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

    #486911
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #487086
    Max

    Hi Tom,

    I add the CSS and everything works perfectly. Very good support.

    God Bless you and family.

    Thanks!

    Max

    #487264
    Tom
    Lead Developer
    Lead Developer

    Thanks! Glad I could help 🙂

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