Home Forums WoodMart support forum category grid text color

category grid text color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #289619

    shiyanthan
    Participant

    Please check attachment & let me know the change?

    Attachments:
    You must be logged in to view attached files.
    #289658

    Hello,

    I saw the screenshot you attached.

    Sorry, but it is not possible to change the text of only one category item. Because it is using the same classes.

    If you want to change the text color of all the items then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .category-grid-item .category-title {
        color: red;
    }

    Regards.
    Xtemos Studios

    #289698

    shiyanthan
    Participant

    Hi,

    Is it possible to change only for that section ?

    #289702

    Hello,

    Sorry but it is not possible to change the color of only one item as you required.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #289745

    shiyanthan
    Participant

    Hi,
    Its not only one.. that particular section

    #289754

    Hello,

    I have assigned a custom class to the first categories Section and now to change the color add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .first .product.category-grid-item .wd-entities-title {
        color: red;
    }

    Best Regards

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