Product page description how to change the default font
-
Product page description how to change the default font
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS code section:
div#tab-description .wc-tab-inner p {
font-family: 'Poppins';
}
Best Regards.
I changed this font and it didn’t work
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the WP admin login details of your site with the site URL so I will check and give you the possible solution.
Best Regards.
Hello,
Please use the below custom CSS code and delete the old custom CSS code:
.woocommerce-product-details__short-description div#description li {
font-family: 'Arial' !important;
}
Best Regards.
Adding css code has no effect
Hello,
I have updated the custom CSS code in the theme settings, now it is working fine. You can see the screenshot in the private content.
Best Regards.