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

    I see that it uses the enfold css styling color (red) but we want to change the hover color to a custom one. Can we do this in the contact form element?

    #1270774

    Hey mbesh,

    Add this to quick css:

    .main_color input[type='submit']:hover {
        background-color: blue;
    }

    Adjust the color to what you need

    Best regards,
    Jordan Shannon

    #1270920

    Thank you!

    #1271177

    Hi,

    Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1279841

    Tried adding a font-color: #ffffff to the code because the black text doesn’t look good with the blue background now. Any reason it isn’t reflecting the white text code?

    #1280149

    Hi mbesh,

    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 .main_color input[type='submit']:hover {
        background-color: blue;
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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