Hello, @Gaurav,
We are pleased to provide you with the necessary steps to adjust the alignment and color of the category names on your website.
Please proceed with the following instructions to implement the changes:
1. Navigate to Xstore > Theme Options > Theme Custom CSS > Global CSS.
2. Insert the following CSS code:
.category-grid.valign-center .categories-mask {
top: unset !important;
}
.category-grid .categories-mask a {
color: red; /* You can change 'red' to any color that fits your design */
}
This code will align the category name below the category image and set the color of the category name. You are free to modify the color according to your preferences.
To view the expected result, please visit this link: (https://paste.pics/R105D)
Should you require any further assistance or have any questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team