Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xDe6ug

    (@xde6ug)

    The plugin can’t help stylise the search button. Maybe a future improvement…
    You have to add css to customize the submit button.

    regards,

    Thread Starter NordicPT

    (@nordicpt)

    Dumb question.

    How do i customize the submit button?

    (newbie :))

    Plugin Author xDe6ug

    (@xde6ug)

    You have to learn css (maybe here) and add your style in your Avada theme (style.css file).
    For example :
    .mtsw-form input[type=”submit”] {
    background-color: rgb(246, 246, 246);
    color: #0761a6;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change color of search button’ is closed to new replies.