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

    Hi,

    can you guys let me know how I can change the color of the font on the contact form submit button in the hover/rollover state?

    #1253407

    Hey Snerp,

    This can be done via css. Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #1253833

    https://devgetit.com/ just scroll down the homepage to the “Newsletter Signup” …that is the button I’m curious about. Thanks

    #1254025

    Hi Snerp,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-custom-form-color .button:hover {
        background-color: #e216c2;
        border-color: #07141e1a;
        color: #fff !important;
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1254117

    Sorry that code is not working in either the Enfold > General Styling > Quick Css, or via the FTP, themes/enfold/css/custom.css

    #1254155

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

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