Home Forums Basel support forum Text Style changes on product page when working with HTML Blocks

Text Style changes on product page when working with HTML Blocks

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24963

    DELAYON
    Participant

    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.
    #24969

    Artem Temos
    Keymaster

    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

    #25100

    DELAYON
    Participant

    Yes however the strong is only for the first row as its sort of a “heading”

    #25104

    Artem Temos
    Keymaster

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)