BuddyDev

Search

BuddyBlog w/ BuddyBoss – Blog BG Color under Profile

  • Participant
    Level: Initiated
    Posts: 6
    Cameron on #53123

    Hello,

    I’m trying to setup frontend user blogs with BuddyBoss Pro. I’m using the BuddyBlog plugin.

    Question – How do I get the white background color on the blog tab as I see on the others?

    Ex: https://www.biz411.org/members/biz411/buddyblog/

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on #53129

    Hello Cameron,

    Sorry for the delayed reply and Thank you for using the plugin. Please refer the following resources step wise.

    Step 1. https://buddydev.com/docs/buddyblog-pro/creating-buddyblog-pro-user-posting-form/
    Step 2. https://buddydev.com/docs/buddyblog-pro/configuring-buddyblog-pro-user-posting-form/
    Step 3. https://buddydev.com/docs/buddyblog-pro/creating-buddyblog-pro-user-posting-form/

    Please let me know if it helps or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on #53130

    Hello,

    Sorry please ignore my last message as it is for BuddyBlog Pro. Please let me know which version of the plugin BuddyBlog you are using. Is it BuddyBlog Pro or BuddyBlog. With BuddyBlog you also need another plugin named ‘BP Simple Front End Post’. You can check here:

    https://buddydev.com/plugins/bp-simple-front-end-post/

    Please let me know if you need any further assistance.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 6
    Cameron on #53131

    Hello,

    I’m using BuddyBlog w/ BP Simple Front End Post

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on #53133

    Hello Cameron,

    Thank you for the acknowledgement. Unfortunately, the URL you provided is not accessible. Could you please ensure that it is accessible or share screenshots of the issue so that I can assist you further?

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 6
    Cameron on #53135

    Sorry, the block has been removed.

    https://www.biz411.org/members/biz411/buddyblog/

    I guess I’m looking for general instructions on how to format the BuddyBlog components as well.

    If you still want it, I can share a screenshot. However, I don’t know how as I don’t see an option on this form.

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on #53136

    Hello Cameron,

    Please check the following screenshot. is this what you are looking for?

    https://ibb.co/RHNzMV3

    If yes, You can use the following CSS rule

    
    body.buddyblog .item-body-inner .post {
        background: var(--bb-content-background-color);
        border: 1px solid var(--bb-content-border-color);
        border-radius: var(--bb-block-radius);
        margin-bottom: 30px;
        padding: 0 30px;
    }
    
    

    You can place this code in backend Apperance > Customize > Additional CSS setting.

    Regards
    Ravi

You must be logged in to reply to this topic.

This topic is: not resolved