Okay
  Public Ticket #3493371
Button Roller
Closed

Comments

  •  8
    marknorm14 started the conversation

    Hi... on this page I have 3 buttons...

    https://normandthen.co.uk/home-2023/

    On the second and third id like them to return to light text AFTER hover. At the minute the text is light...goes dark on hover and stays dark.

    thanks

    Attached files:  Screenshot 2023-10-06 at 19.19.37.png

  •  1,877
    Judith replied

    Hi there,

    Thanks for writing to us.

    Please try this CSS:

    .nectar-button span {
        color: white;
    } .full-width-section .light .nectar-button:hover, .nectar-button:hover {
        color: #000 !important;
    }

    I hope you find the custom code helpful.

    Please feel free to contact us in case of any other queries.

  •  8
    marknorm14 replied

    that's great Judith...but I actually need the buttons to be different...


    purple - white text with white rollover text (this is correct)

    yellow and white - white text with dark rollover text (its currently white on hover)


    thanks Judith 

  •  1,877
    Judith replied

    Hello there,

    Thanks for writing back.

    I request you share your admin login details with us so we can check this out further.

    This will help us know how to target the buttons' behavior differently.

    I look forward to hearing from you.

  •   marknorm14 replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Just added in relevant CSS for the text to be white initially and black on hover when dark text hover is selected.: 

    8708331802.png

    Thanks.


    ThemeNectar Support Team 

  •  8
    marknorm14 replied

    that's perfect - thanks - and super speedy!