• Hello. The Submit button defaults to Yellow and hover Black – is there a way of changing this please?
    Thank you
    Des

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi Des,

    That can be different from theme-to-theme, but if you post a link to your website to the page where you added the filter we can help you to change it.

    Thread Starter desdesignsdot

    (@desdesignsdot)

    Thankyou!
    We are using the Beaver Builder theme –
    https://www.shuttleworthweaving.com/rugs/

    (we have used it on several pages)

    Plugin Author themifyme

    (@themifyme)

    Hi,

    You can change the filter’s submit-button and it’s hover color by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf_search_button{
    background-color: #f00 !important;
    border-color: #f00 !important;
    color:#fff !important;
    }
    .wpf_search_button:hover{
    background-color:#00f !important;
    border-color: #00f !important;
    color:#fff !important;
    }

    Please let us k now how it works.

    Thread Starter desdesignsdot

    (@desdesignsdot)

    PERFECT! Thank you so much for your time and knowledge. Have a wonderful day.

    Plugin Author themifyme

    (@themifyme)

    Happy I could help! If you like our products/services, please consider to rate us on our Facebook page: https://www.facebook.com/themify/reviews

    Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change Submit Button Color’ is closed to new replies.