BuddyBoss Home – Web Support Forums Themes Boss. theme Change color of login / register buttons in titlebar

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

    #48807
    @costyclan

    How can I change background of login / register buttons in titlebar to white background with black text?

    Answers

    #48828
    @vapvarun

    Hi @costyclan
    you can use following css

    
    #masthead .header-inner .right-col .right-col-inner a {
      background-color: #fff;
      color: #000;
    }
    

    Regards

    #55216

    Thanks looked a while for that : )

    #55254
    @vapvarun

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Change color of login / register buttons in titlebar’ is closed to new replies.