PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

customize button

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi ! I bought the plugin woof, and I want to customize the buttons"filter" and"reset". Do you have some css code ? Like a class to use, or something ? I'm not really a developer :)

 

Thanks a lot

 

Yanis

Hello Yanis

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

Read  this - https://products-filter.com/how-to-use-firebug-in-firefox-browser/

AND   -  https://products-filter.com/i-need-small-css-customization/

An  example:

button.woof_submit_search_form,
button.woof_reset_search_form{
    background: #6BBE92 !important;
    width: 100px;
    border: 0;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff !important;
    font-weight: bold !important;
    transition: all .4s;
    font-size: 1.1em;
}
button.woof_submit_search_form:hover,
button.woof_reset_search_form:hover{
    color: #fff !important;
    background: #6ddE92 !important;
}