Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #625940

    The contact form 7 plugin ‘send’ button only shows when I hover over it. Also, highlighting text in the form areas makes them disappear. How can I change this?

    #626427

    Hey dpotter1972,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ::selection {
        background-color: black;
    }
    input.wpcf7-form-control.wpcf7-submit {
        background: orange;
    }

    Best regards,
    Yigit

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