CSS Text product category
-
Hello, I’m trying to make a menu with block category in elementor pro. I want to change the color, size and position of the text. I see that in >shop>category style> I can change the design of the category ( 4 choices) but that’s not enough. the default choice it is good about the position but not the color, and not the color. how i can do modify this. see in the attached file. thanks for your help
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area to change the text color and font size.
.category-grid-item .category-title {
color: white;
font-size: 20px;
}
Regard’s.
Xtemos Studios.