BuddyBoss Home – Web Support Forums Solutions Social Learner Change color and font of login and register button

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

    #58857
    @rimm95

    Is there a way to change the color of the login and register button without affecting the rest of the button in pages of the theme?

    Thanks

    Answers

    #59227

    Anonymous
    @

    Hi @rimm95, Please add this css code inside your boss theme’s custom css option and replace red with your color and apply your font.

    
    .header-inner .right-col .register.screen-reader-shortcut, .header-inner .right-col .login {
      background-color: red!important;
      color: red !important;
      font-family: tahoma !important;
    }
    

    Regards

    #59538
    @rimm95

    Thanks a lot @pallavi! I was also wondering if there is a way to change the color the of the buddypannel background for logged out users?

    Thanks again

    #59654

    Anonymous
    @

    Hi Hi @rimm95, Please try this.. (Replace red with your color)

    
    body:not(.logged-in) #left-panel #scroll-area {
      background-color: red!important;
    }
    

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Change color and font of login and register button’ is closed to new replies.