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

  • This topic has 3 replies, 3 contibutors, and was last updated 9 years ago by Anonymous.
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

    Anonymous
    @

    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

    Anonymous
    @

    🙂

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