[Resolved] Button text colour wrong on hover

Home Forums Support [Resolved] Button text colour wrong on hover

Home Forums Support Button text colour wrong on hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1309128
    Ian

    Hello
    I have a button on the top bar/secondary navigation.
    However, the text colour changes on hover to a colour that (from what I can tell) is not set in the customiser. I would like it to remain white.
    Please can you let me know what setting I need to change a I just cant seem to find it!
    Thank you
    Ian

    #1309252
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try changing the Link and Link Hover color in Customizer > Colors > Top Bar?

    Let me know 🙂

    #1309470
    Ian

    Hello.
    I have tried setting/changing the colours in the customiser, however the issue persists.
    However, when I “un-merge” the top bar and secondary navigation, the button works perfectly.
    I am using this class to generate the button;
    My Journal
    Thank you again for all your time and help!
    Ian

    #1309836
    David
    Staff
    Customer Support

    Hi there,

    use this CSS to change the hover color:

    .secondary-navigation .top-bar a:hover, 
    .secondary-navigation .top-bar a:focus {
        color: #c9120a;
    }
    #1310295
    Ian

    Hello
    That worked beautifully… thank you!
    Thank you again for your help.
    Ian

    #1310341
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.