Hi
I would like to chose how the titles and product description are styled. For example, right now I am not quite sure how the product title got to be Lato. Further info on secure note. THANKS
Hello @flashfog,
Thanks for writing in! I have checked your site and it seems that a custom CSS code was added that sets the product title to “Lato”. In your Theme Options > Custom CSS, you had this custom CSS added:
.woocommerce div.product .summary h1.product_title {
font-family: "Lato";
font-size: 28px;
font-weight: 900;
}
Kindly remove this code and tweak your heading titles in X > Theme Options > Typography > Headings.
Hope this helps.
that worked. THANK YOU
Could we also look at how to style the items pointed to with red arrows? thanks!
In regards to the DESCRIPTION title, can I simply take it out completely?
Hi @flashfog,
To remove the titles from the Description and Additional Information tab, you need to add few custom codes to your child thems’s functions.php file.
The following article will help you to get those:
1. https://www.businessbloomer.com/woocommerce-remove-description-heading-tabs/
2. https://isabelcastillo.com/remove-additional-information-panel-title-woocommerce
Please remember that we do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Thanks
ko, thanks for pointing in right direction
Hi @flashfog,
You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.