This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello,
I am currently using YITH ajax navigation, and I’m having an issue with the Check Boxes in the navigation from this theme. The check boxes are taking over the color swatches I am using in the sidebar. Is there a way to remove these check boxes?
Thanks for your help
Hello,
Please add this code in custom.css file to remove checkboxes:
.widget_layered_nav li a::before {
display: none;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Tagged: check boxes, customization, design, side bar, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up