Crocoblock / jetformbuilder

74 stars 16 forks source link

Switcher heredates styles from other inputs #401

Open pauserratgutierrez opened 7 months ago

pauserratgutierrez commented 7 months ago

To style using JetFormBuilder style tab for the switcher I need to add !important to every css rule of .field-type-switcher: image

Also, --checked-track-bg-color doesn't work

https://github.com/Crocoblock/jetformbuilder/issues/391#issuecomment-1934437596

Crocoblock commented 6 days ago

Hi @pauserratgutierrez! We've tried to reproduce your issue and everything works fine on our side. Could you please provide us with more detailed information about this issue? Also have you contacted our support team regarding this case - https://crocoblock.com/help-center/ If not, please create a ticket including access details for your site where the issue occurred to make sure we can help you.

about !important - We don't add it because using !important is considered a bad practice. However, you can use custom CSS to solve your issue