BuddyBoss Home – Web Support Forums Themes Boss. theme BP Moderation Plugin – change appearance of button

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

    #48732
    @costyclan

    As there isn’t anything yet available from buddyboss in relation to flagging updates/images, I recently installed the BP Moderation plugin so that inappropriate updates/images can be flagged by users.
    However, the button in the footer of updates is really large and unsightly. I’d like a small button the same size as the ‘share’ button you can see in the attached image, with perhaps a small flag icon and the text ‘Flag’. Are you able to provide any assistance with this?
    Thank you kindly

    Answers

    #48741

    Anonymous
    @

    Hi @costyclan, please add this css codes in your child theme’s custom.css

    
    a.bpm-report-link.bpm-type-status_update.bpm-unflagged.bpm-context-activity-loop.button {
        border-radius: 3px !important;
        font-size: 12px !important;
        padding: 2px 5px !important;
        position: relative !important;
        width: auto !important;
        margin: 0 5px !important;
    }
    

    Regards
    Pallavi

    #48760
    @costyclan

    Thank you Pallavi, this has worked great. How can I change the color of the button?

    #48762

    Anonymous
    @

    Hi @costyclan, Please add this also in the above css code.

    
       background: #ccc !important;
    
    #48764
    @costyclan

    thank you : )

    #48765

    Anonymous
    @

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘BP Moderation Plugin – change appearance of button’ is closed to new replies.