Shop Categories

X

WooCommerce Shop's Font

Home Forums Agama Pro WooCommerce Shop's Font

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17338
    Avi Pal
    Participant

    We can’t able to change the WooCommerce Shop’s Product Title Description, etc. text font to

    Font Family: Montserrat, Variant: Regular, Font Size: 16px

    #17343
    Zex
    Moderator

    Hello, eductronics!

    The following code should change the font on the entire woocommerce page:

    body.woocommerce
    {
        font-family: Montserrat!important;
        font-weight: normal!important;
        font-size: 16px!important;
    }

    If you want to change the font-family on the specific element only, just attach the screenshot of the woocommerce page with the marked elements you want to change and I will give you the right code.

    Regards

    #17350
    Avi Pal
    Participant

    Thanks again the problem is resolved..:)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.