BuddyBoss Home – Web Support Forums Themes Boss. theme Switched title bar to white, can't see icons in mobile

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

    #39675
    @jewdotcamp

    the title says it all. Links are set to blue and show up find when clicked

    It works fine on desktop.

    http://Www.jew.camp

    Answers

    #39691

    Alyssa
    Participant
    @alyssa-buddyboss

    @jewdotcamp add this to custom.css:
    .sidebar-btn{color:blue;}

    #39719
    @jewdotcamp

    Thank you @tjchester.

    Two quick follow-ups that are closely related.

    As a result of the white title bar, when looking at the landing page, logged out, the “register” and ” login” buttons do not have an outline or fill.

    Also, when logged in, the search box outline disappears or goes to white. It’s still there but not outlined. It is outlined though when logged out.

    Thanks again!

    #39721

    Alyssa
    Participant
    @alyssa-buddyboss

    @jewdotcamp
    .right-col .register, .right-col .login, .header-account-login .pop .logout a{background:blue;}
    .header-inner .search-wrap{border:1px solid blue;}

    #39722
    @jewdotcamp

    Unfortunately. That did not work.

    #39765

    Alyssa
    Participant
    @alyssa-buddyboss

    @jewdotcamp try with important:

    .right-col .register, .right-col .login, .header-account-login .pop .logout a{background:blue !important;}
    .header-inner .search-wrap{border:1px solid blue !important;}
    #39767
    @jewdotcamp

    That did the trick. Thank you.

    #39782

    Alyssa
    Participant
    @alyssa-buddyboss

    No problem, I’ll close this out.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Switched title bar to white, can't see icons in mobile’ is closed to new replies.