Home Forums WoodMart support forum Changing categories font title

Changing categories font title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #544407

    poubelle.chris
    Participant

    Hello
    Where are the setting to change the font size and ‘Capitalize’ title inside images (and quantities products) for the categories on front page ?
    Thanks
    Best regards

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

    Hung Pham
    Keymaster

    Hi poubelle.chris,

    Thanks for reaching to us.

    Please edit page via Elementor > select Product categories widget > Style tab and you can change font to Uppercase https://prnt.sc/17xSDFcVgQhI

    Regarding products count, go to Theme Settings > Typography > Advanced. In this area, you can assign elements like screenshot https://prnt.sc/DXn34o5vj1Kv

    .wd-cat-inner .wd-cat-count

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    Regards,

    #544717

    poubelle.chris
    Participant

    Hello

    Thanks for your answer.
    I’m not using Elementor but WPBakery.
    I found a trick but I’m not sure that this won’t change with .wd-rs-64d0d7305b23f

    .wd-rs-64d0d7305b23f div.product-category .wd-entities-title, .wd-rs-64d0d7305b23f .wd-nav-product-cat > li > a {
    	font-size: 16px !important;
    	text-transform: uppercase !important;
    }

    Best regards

    #544874

    Hung Pham
    Keymaster

    Hi poubelle.chris,

    The number is generated automatically, it will be changed after refresh the page.

    So, I kindly recommend you to go with Advanced Typography option.

    Regards,

    #544917

    poubelle.chris
    Participant

    Hello
    Thanks for your answer.
    Yes but I tried to add the class .wd-cat-header or .wd-entities-title with Advanced Typography / Custom Selector option and nothing has changed on the Title ;((
    Best regards

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

    poubelle.chris
    Participant

    Hello
    I’ve found for custom css setting !

    h3.wd-entities-title {
    	font-size: 16px !important;
    	text-transform: uppercase !important;
    }
    #545237

    Hung Pham
    Keymaster

    Hi poubelle.chris,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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