Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131685
    unclefunkys
    Participant

    the only page I have setup is a blog page. So the home page is the featured blog page and then you click on the titles to get to the “single blog post” Is there anyway to remove the background from the single blog posts but keep it on the feature page?

    Link to Site: http://unclefunkysdaughter.com/blog/

    The reason I want to remove it is because it looks terrible on all the single blog post pages.

    #131686
    Skandha
    Participant

    @unclefunkys: Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    .post-template-default.single.single-post {
          background:none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #131687
    unclefunkys
    Participant

    It did!!! Thank you soooooo much!!!!!

    #131689
    Skandha
    Participant

    @unclefunkys: Glad the issue is resolved. Have a good day!

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘HELP!! Remove Background from Single Post Pages’ is closed to new replies.