Hi there,
I have purchased and installed the “Product Filters for WooCommerce” extension and was able to get it set up, however, the filters are not displaying as they should – see private content.
Extension information: https://woocommerce.com/products/product-filters/
I spoke to Woocommerce about the error and tested other themes (Storefront) and can confirm that it is indeed a theme error.
Please advise, thanks!
Hey vantagepointmg,
Thank you for the update.
Are you referring to the text alignment of the filters? If so, then you can use the following css code to adjust the default text alignment.
.sidebar_left.sidebar {
text-align: left;
}
Best regards,
Ismael
Hello Ismael,
Thank you for the reply back! I’m more so referring to the overlay that the checkboxes have on one another.
Thanks!
~MacKenzie
Hi,
Try to use this css code to hide the default input field or checkbox.
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container .wcpf-input {
display: none !important;
}
Best regards,
Ismael
That worked! Thank you for your assistance!
Hi,
Glad Ismael could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit