Home Forums WoodMart support forum How to center align titles of categories?

How to center align titles of categories?

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

    rikkaa
    Participant

    Hello attached image, how do I align the titles to the center in Product Categories carousel

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

    Hung Pham
    Participant

    Hi rikkaa,

    Thanks for reaching to us.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS:

    .cat-design-default div.hover-mask{
    	inset-inline: 0;
    }
    
    .cat-design-default .wd-entities-title,
    .cat-design-default .hover-mask{
    	width: 100%;
    	text-align: center;
    }  

    Regards,

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