Featured Category Customization
-
Hey guys,
How do I make the featured categories on the homepage as 4 equal boxes, rather than how it is below:

Thanks in advance!
Hello,
Just edit your home page in admin panel, click on edit “Product categories” element and choose its “Layout” to be “Default”

Regards
Okay, this is the design that is generated though:

I want them to be aligned 2/2, rather than 1/2/1.
Any ideas?
Could you please provide your admin access so we could try by ourselves?
Please see the private content
It seems to be a problem because of an old version of the theme. Please update to the latest 2.2 version from ThemeForest.
If I update the theme, will it preserve my work?
It will just override ALL files inside the wp-content/basel
folder. So if you have changed some files there you will have to make your changes again. To prevent this situation you need to use child theme for your code customizations.
What are my options if the site is 95% ready? I don’t want to have to go back and customize everything again.
In this case we suggest you to download the latest version, and extract only the file basel/woocommerce/content-product_cat.php
. Replace it in your theme folder and see is it helps.
Awesome! It works, however, I’m getting text indicating the amount of products per category below the images. Please see the picture below:

How do I remove this text?
Also, how do I make the names of the products clickable?
Try to add the following code snippet to the Custom CSS section in Theme Settings also
.products-cat-number {
display: none;
}
.category-grid-item .category-content .hover-mask>a {
display: block;
font-size: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}