BuddyBoss Home – Web Support Forums Themes Boss. theme Forum font size and keymaster problem

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

    #51714
    @universeoflove

    Hi

    How do i change the forum font size and also how do i remove/change the ‘Keymaster’ shown in this image?

    thanks

    Answers

    #51823

    Anonymous
    @

    Hi @universeoflove, at which section you want to change the font size please attach the screenshot for that.

    You can hide the author role from css:

    add this css code to custom.css file

    
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
        display: none !important;
    }
    

    Regards
    Pallavi

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Forum font size and keymaster problem’ is closed to new replies.