Bold and strong font are not different in product descriptions
-
Hello.
Bold and strong font are not different in the product description.
I am using the default theme font – Lato.
How can I set the strong and bold text to be different?
Attachments:
You must be
logged in to view attached files.
Hello,
“By default, WordPress applies the same font weight to <b>
and <strong>
tags, To make them appear differently, you’ll need to define custom CSS. Try to add the following custom css code in Theme Settings > Custom CSS.
.woocommerce-Tabs-panel--description strong {
font-weight: 700; /* Stronger bold */
color: #000000; /* Optional styling */
}
.woocommerce-Tabs-panel--description b {
font-weight: 600; /* Slightly lighter bold */
}
Best Regards,
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Bold and strong font are not different in product descriptions’ is closed to new replies.