Is there a way to allow basic text formatting such as bold and unordered lists for the Woocommerce single product page short description?
Maybe a function.
Hey mattmikulla!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product div[itemprop="description"] {
font-weight: bold;
}
.single-product div[itemprop="description"] li {
list-style-type: disc;
}
Regards,
Yigit
Hey Yigit. I think you misunderstood me.
I don’t want to make the whole short description bold. I want to have the ability to use the normal visual editor to selectively add bullets, bold words, and maybe add a headline.
Basically I want all the styling available in the regular product descriptions.
Hi!
not sure what you mean. Why can’t you use the default visual editor? Can you show us a link showing what you mean?
Best regards,
Andy