Okay
  Public Ticket #3650183
change the text color of a button when the cursor is over it
Closed

Comments

  • Suarop started the conversation

    Good morning,

    How can I change the text color of a button when the cursor is over it?

    I have managed to modify the colors to my liking but the color disappears when the cursor is over it.
    You can see it in the following images:

    Original state:

    9601513275.png

    When the mouse is over the button:

    3018088610.png

    Thank you

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    a:hover{
        color:#2e0ed3 !important;
    }
  • Suarop replied

    Hi, I found that the bug only appeared in the Opera browser, which was the one I used to test the changes. In Chrome and Edge it appeared fine.

    In any case, in Opera it does not work with that css text. 
    I leave it like this, no problem


    Sorry for the delay in replying, I can only spend time on the web on days without work.


    Thanks