Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1432769

    I’ve tried a couple CSS, but I must have conflicting code. I got the outline to be green, like I wanted, but I can’t get the Submit button to change. Let me know if you have code to override everything and change the color of the Submit and Hover. thanks!!!

    • This topic was modified 8 months, 2 weeks ago by bemodesign.
    #1432821

    Hey bemodesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .av-custom-form-color .button {
      border-color: green;
    }
    
    #top .av-custom-form-color .button:hover {
      border-color: blue;
      background-color: red;
      color: white;
    }

    Best regards,
    Rikard

    #1432865

    You are awesome!

    #1432871

    Hi,

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

    Best regards,
    Rikard

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