Home Forums Free Themes WEN Associate Gray Background of Sections

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1242
    leeswilson
    Participant

    This theme automatically puts a gray box around the side column contents and the blog posts or page content. Could I just have that be white instead?

    #1246
    wensolutions
    Keymaster

    Hello @leeswilson,

    To have white background you need to add simple custom CSS through Customize section of the theme.
    First Go to Dashboard -> Appearance -> Customize -> Themes Options -> Advanced Options.
    In this section will you find an area to add Custom CSS:And add below custom CSS.
    //This CSS is for content and the blog posts or page content.

    .content-area {
      background-color: #fff;
    }

    //This CSS will change side column colors as you have mentioned

    .sidebar .widget {
      background-color: #fff;
    }

    Hope this will solve your problem.
    Feel free to post if you have any confusion on this.

    Regards,

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