Category Images
Upload images for categories and subcategories. The theme will automatically add these images to the category list page.
Last updated
Upload images for categories and subcategories. The theme will automatically add these images to the category list page.
Last updated
Customizing Image Shadow
You can modify the shadow effect using these CSS options (Addons - Advanced - Raw SCSS):
To remove the shadow completely:
.subcategories .category .rui-category-cover-wrapper:before { display: none; }
To customize the gradient overlay:
.subcategories .category .rui-category-cover-wrapper:before { background-image: linear-gradient(180deg, #fff0 53%, #000 110%); }