BuddyBoss Home – Web Support Forums Themes Boss. theme Lower case in title in forum

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

    #59394
    @khanhar

    Hello,

    How can I make the title of the topic in bbpress appear in lower case?
    Thank you.

    Answers

    #59486

    Anonymous
    @

    Hi @khanhar, Please add this css code inside your boss theme’s custom css option

    
    .bbp-topic-permalink,.bbpress .bbp-forum-title{
      text-transform: capitalize !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Lower case in title in forum’ is closed to new replies.