Home Forums WoodMart support forum Single product – Meta

Single product – Meta

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #524998

    vodocentar.rs
    Participant

    Hello,

    Please help how to change font size for meta (SKU, Categories, Tags) in single product page?

    Thanks,
    Regards

    #525156

    Hung Pham
    Keymaster

    Hi vodocentar.rs,

    Thanks for reaching to us.

    There are 2 ways to do that:

    1. In case you want to use Custom CSS code, then add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-single-meta .product_meta span {
        font-size: 15px;
    }

    2. In order to adjust font styles with more options, please navigate to Theme Settings > Typography > Advanced.

    In this area, you can use Custom selector and assign elements like screenshot https://prnt.sc/QbybXLmLCxzA

    Please read documentation also https://xtemos.com/docs-topic/advanced-typography-settings/

    Regards,

    #525203

    vodocentar.rs
    Participant

    Thanks for the fast replay.
    Unfortunately, that didn’t help, this is the CSS that I used:
    div.product_meta span.posted_in{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    }
    div.product_meta span.tagged_as{
    font-size: 12px;
    font-weight: 300;
    }

    Need help with another element. I have below the tags and category elements enabled share buttons, but there is just Facebook share. How to add more like Instagram, WhatsApp, etc. ?

    Thanks,
    Regards

    #525331

    Hung Pham
    Keymaster

    Hi vodocentar.rs,

    You can enable more social media icons in the single product page from Theme Settings > Social profiles > Share buttons https://prnt.sc/M6hvL3ixJZ0i

    Make sure you added social links to Theme Settings > Social profiles > Links to social profiles as well https://prnt.sc/RQOF6kjxDoq3

    Regards,

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