Creating sub Title in Woocommerce product
-
Hi, can you please help me to create a sub headline when you enter the product name is it possible somehow to display a text in Sub-title in product without using a child theme ( im ready to make the changes again after i update the theme or plugin ) Look at the screenshoot what i need : https://paste.pics/C8MVD if your not possible to do such a task can you pleas help me to find a plugin or something like that !
Attachments:
You must be
logged in to view attached files.
Hi, i have found a plugin that is doing the job for me … Can you just pleas help me to reduce the font margin from the subtitle it has to much up margin !
Attachments:
You must be
logged in to view attached files.
Hello,
We are Glad that you found a plugin for yourself.
Sorry but currently I am unable to see the subtitles as you mentioned. Please make sure that you have added them to check it myself and help you out accordingly.
Screenshot for Clarification: https://ibb.co/LCdQLNQ
Best Regards
Hello,
The margin seems to be coming from the product title. Please try adding the following Custom CSS in the Global Custom CSS area to remove it.
.product-grid-item .wd-entities-title {
margin-bottom: 0px;
}
Regard’s.
Xtemos Studio.