Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #131716
    unclefunkys
    Participant

    Does anyone know the CSS to take the background off the “Category” sections. Example, when you click on the link below, you see how the background is weird and off center? I just want to remove the background in this category section all together.

    http://unclefunkysdaughter.com/blog/category/beauty-boss-chronicles/

    #131736
    tikaram
    Keymaster

    @unclefunkys : Go to Appearance => Customize => Additional css and add the following css.

    body.category.custom-background {
    	background-image: unset;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Feature Post Section’ is closed to new replies.