Home › Forums › Jevelin Theme › Remove this white space
Home › Forums › Jevelin Theme › Remove this white space
Hi,
I want to remove the white space on page http://www.worldofpixels.be/product-category/test-album-scooby-category/ as in the printscreen please.
PS: can you also please tell me how to get the text inside the buttons in white instead of grey (on all buttons please).
Kind regards,
Ben
Solution for this topic
Hi Ben,
I hope you are well today and thank you for your questions.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
min-height: 64px;
}
#sidebar .widget-item.woocommerce a {
color: #fff!important;
}
Best regards,
Shufflehound team
The buttons are ok.
But regarding the product list. This works on a normal category, but not on this one, how can I adapt this?
http://www.worldofpixels.be/product-category/prijzen-prijslijst/
Solution for this topic
Use below CSS code to make it work on that page.
body.woocommerce.archive.tax-product_cat.term-prijzen-prijslijst ul.products li .sh-woo-post-content-container {
min-height: 94px;
}
This works, thank you !
You are most welcome here 🙂