• Hi,

    I am unable to edit the fonts in the product tabs of my woocommerce products.
    Currently the pointers under ‘description tab’ and the font under ‘review tab’ is very thin and difficult to read.

    Is there any way to customise this?

    Thank you, appreciate the help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ahgirlflowershop,

    PLEASE PUT BELOW CSS IN TO MY SITES > APPEARANCE > CUSTOMISE > ADDITIONAL CSS

    element.elementor-element-619ea096 .woocommerce-tabs .woocommerce-Tabs-panel {
        font-size: 15px;   //change font size here
    }

    Let me know if it works!

    Thread Starter ahgirlflowershop

    (@ahgirlflowershop)

    Hi Khushbu, Appreciate the help . I tried it in both elementor additional CSS as well as wordpress’s customiser CSS but it did not work unfortunately. Not sure why

    Hi,

    Will you try again below code?

    element.elementor-element-619ea096 .woocommerce-tabs .woocommerce-Tabs-panel {
        font-size: 20px !important; //change font size here
    }
    Thread Starter ahgirlflowershop

    (@ahgirlflowershop)

    Hi Khushbu,

    Unfortunately it still does not work.. hmm..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing font type and thickness in woocommerce product tabs’ is closed to new replies.