Product title and description
-
Hi,
I wonder if you could help. I need the product titles to show much smaller but could not find where I can customise this setting. I also need the product description to show left aligned, not in the centre.
Please find the attached image. The changes I need is in a red box.
Thanks.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to decrease the font size
div.single-product-content .entry-title {
font-size: 22px;
}
Product page design can be changed in Theme Settings -> Product page.
Regards