Home Forums WoodMart support forum CSS Text product category

CSS Text product category

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238984

    Zecarl
    Participant

    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.
    #239032

    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.

Viewing 2 posts - 1 through 2 (of 2 total)