BuddyBoss Home – Web Support Forums Solutions Social Learner Change post background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #57441
    @khanhar

    Hi,

    Please help me to change the background colour of only blog posts. Thank you.

    Answers

    #57531

    Anonymous
    @

    Hi @khanhar, Please provide me your Blog page url so I can provide you page specific css to change the background color.

    Regards

    #57541
    @khanhar

    @pallavi
    My url is: http://128.199.73.217/
    Thank you

    #57621

    Anonymous
    @

    Hi @khanhar, Please add this css code in your Boss theme’s custom css option:

    
    #post-450.post-450.page.type-page.status-publish.hentry.user-has-not-earned {
    background: #fff;
    }
    

    Regards

    #57645
    @khanhar

    @pallavi
    Thank you for your assist.
    But I wish to change the background of all the blog posts, (for example http://128.199.73.217/hoc-doc-va-viet-tu-cac-bai-bao/), not the background color of the blog page.
    Can you help me?

    #57836

    Anonymous
    @

    Hi @khanhar
    in more generalized way
    if you need to change background color of all single blog post

    
    .single-post .site-content article.post {
        background-color: white !important;
    }
    

    Let me know if above solve your request.
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Change post background’ is closed to new replies.