BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Change font color at header

Tagged: , , , ,

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

    #33162
    @louboulos

    Hello! How can I change the text color at the top (See attached foto)?

    I also want to change the color of the child menus too.

    Thank you!

    Answers

    #33167

    Alyssa
    Participant
    @alyssa-buddyboss

    @louboulos this is a BuddyPress styling issue but try adding something like this to custom.css:
    #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{color:[insert color here];}

    #33294
    @louboulos

    Sorry but that only changed the onHover color. I want to change all of it.

    #33299

    Alyssa
    Participant
    @alyssa-buddyboss

    @louboulos Sorry try this code instead:
    #wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a{color:[insert color here];}

    #33306
    @louboulos

    I dont know why.. but thies does not work either? What is wrong with this area?

    #33307

    Alyssa
    Participant
    @alyssa-buddyboss

    @louboulos I have confirmed the above code works. Perhaps you should recheck your code or brush up on CSS basics.

    #33311
    @louboulos

    well.. i copied and pasted the code you gave me in the Custom.css file replacing this:

    {color:[insert color here];}

    with this:

    {color:#000;}

    I don’t think it needs anything else.

    Everything else in my custom.css that have added myself works fine. :/

    #33337

    Alyssa
    Participant
    @alyssa-buddyboss

    @louboulos last thing you can try is to add !important . If that does not work then you will need to contact WordPress for support.

    #33414
    @louboulos

    yeap! important worked! thx!

    #33415

    Alyssa
    Participant
    @alyssa-buddyboss

    Phew, glad that worked, I was out of ideas.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Change font color at header’ is closed to new replies.