BuddyBoss Home – Web Support Forums Themes Boss. theme change the background color for a page

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

    #54712
    @taleb

    Hi,
    How can I change the background color for a page?
    Thanks

    Answers

    #54729

    Anonymous
    @

    Hi @taleb

    You can change the background color from theme setting

    https://drive.google.com/file/d/0Bzv-k-FcE80iWldQNVNkM1Zvemc/view?usp=drivesdk

    Regards

    #54730
    @taleb

    Hi @vapvarun,
    But I mean for a certain page, not for all pages!!

    Thanks

    #54733

    Anonymous
    @

    Hi @taleb

    for a certain page you can add page specific css

    https://wordpress.org/plugins/wp-add-custom-css/screenshots/

    use above plugin it will give you option to add css for specific post or page

    Regards
    Varun Dubey

    #54740
    @taleb

    Thank you @vapvarun, I installed and activated the plugin, but tried to add a css code for a certain page but it didn’t work. I added :

    .page-id-3699 #content .pagecontent {
    background: #8b9dc3;
    }

    Do you have any idea or know what should I add to change the body color for certain page!??

    Thanks

    #54793

    Anonymous
    @

    Hi @taleb, Please provide me the url of that page so I can provide you page specific css code like in this page I have added custom color: (see screenshot)
    and the code is

    
    #post-17.page.type-page.status-publish.hentry {
        background: yellow;
    }
    

    Regards

    #54848
    @taleb

    Hi @pallav,
    Thank you very much, I get it.

    Regards

    #54859

    Anonymous
    @

    🙂 Great

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘change the background color for a page’ is closed to new replies.