Home Forums WoodMart support forum Bold and strong font are not different in product descriptions

Bold and strong font are not different in product descriptions

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

    konvex.nis
    Participant

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

    #682771

    konvex.nis
    Participant

    Thank you

    #682886

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Bold and strong font are not different in product descriptions’ is closed to new replies.