BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Is is possible to modify the group publish form?

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

    #62998
    @tgrosby

    I have the one social marketplace theme. I wanted to know if it is possible to modify where a user goes to publish a post in groups? Define the border more so users know where to type

    Answers

    #63200

    Anonymous
    @

    Hi RGM,

    We apologize for the delayed response. Does this suit your needs: http://screencast.com/t/O33Yuq5xEKnG. If yes, you can go to Wp Admin Area > BuddyBoss > OneSocial Theme > Custom Codes > CSS. Enable that field clicking “On” button and add this custom CSS:

    .single-item.groups form#whats-new-form {
    border: 1px solid rgba(0,0,0,0.11);
    padding: 10px;
    }

    Save changes.

    Thanks again for your patience. 

    #63356
    @tgrosby

    No worries thanks for getting back to me. I entered the code and it appears to work. However I am receiving this notice on the CSS

    Line 4 of css —
    don’t use adjoining classes.
    Element (form#whats-new-form) is overqualified, just use #whats-new-form without element name.

    Line 5 of css
    Fallback border (hex or RGB) should precede RGBA border.

    Does this matter?

    Thanks again,

    Todd

    #64225

    Anonymous
    @

    Hi @tgrosby, Those are just a warning message it will not affect your site.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Is is possible to modify the group publish form?’ is closed to new replies.