Home Forums WoodMart support forum Change font style of title in WP bakery: product category element

Change font style of title in WP bakery: product category element

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

    plytep
    Participant

    Hello Woodmart support.

    Please advise how to change the font size, font family, and font color of title of product category element setting as masonary grid WP bakery in the home page as picture in the file attached.
    My website is now in local PC.

    Thank you.
    Best regards,
    Plytep

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

    Hello,

    Please configure the CSS rules for this class and add it to Theme Settings > Custom CSS:

    .category-grid-item .category-title{
        color:#ffffff!important;
        font-size:20px!important;
        font-family: "Open Sans"!important;
    } 

    Best Regards

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