Home Forums Basel support forum After the footer ends on a Category Page the page continues by being blank/white Reply To: After the footer ends on a Category Page the page continues by being blank/white

#14975

Artem Temos
Keymaster

1. You can manage your categories in admin panel -> Products -> Categories.

2. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.color-scheme-light .basel-product-categories li .children {
	display:none!important;
}