BuddyDev

Search

[Resolved] Custom Code to change buddypress hover colour to black

  • Participant
    Level: Initiated
    Posts: 5
    Anna on #44595

    When I hover over the tabs on the profile page (“My Matches, Events Attended, and Basket”) they hover colour is the same as background and so the wording dissapears. Changes in theme styling dont work. Please could I have some code to change it. TIA!

    https://branchoutsocial.co.uk/members/thelittlestyle1/

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #44603

    Hi Anna,
    Thank you for the question.

    You can put this css in your Dashboard->Appearance-> Additional styles

    
    ul.main-nav.priority-ul.clearfix.d-md-inline-block li a:hover {
        color: #000 !important;
    }
    

    Please do note that we do not offer assistance with css for 3rd party plugins/themes unless it has some bearing on our plugin/theme. This is just a note for future.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    Anna on #44629

    Ok noted thank you. Thank you for the code, really appreciate it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #44701

    You are welcome.

    Regards
    Brajesh

The topic ‘ [Resolved] Custom Code to change buddypress hover colour to black’ is closed to new replies.

This topic is: resolved