Text Style changes on product page when working with HTML Blocks
-
Hi there!
As many products on my shop have the same features and as a result will have the same product description, i wanted to work with HTML Blocks. It works fine, except that all the text is displayed BOLD instead of bold and regular. Any ideas how to fix that?
Below picture of Product Page & HTML Block editor
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please provide us your admin access so we can check it? Seems that you have some <strong>
tag added to your HTML Block.
Regards
Yes however the strong is only for the first row as its sort of a “heading”
We can’t find this extra strong tag but you can try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wpb_wrapper > strong {
font-weight: normal;
}