Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #751310

    Wie kann ich denn im Shop das Wort “Produktbeschreibung” in bold erscheinen lassen, anstatt in h2?

    #751519

    Ich habe schon alles probiert…

    #product-description {
    font-weight:bold !important; 
    }

    funktioniert nicht :-(

    #751989

    Kein Tipp? Mittlerweile bekomme ich es hin das sich der komplette Beschreibungstext in Bold zeigt, das ist aber nicht das was ich will.

    #753471

    Hi,

    We are very sorry for the late response.

    The font weight of the product description title is already set to bold.

    #top .woocommerce-tabs h2 {
        font-weight: bold;
    }

    Could you please provide a link to the product with the description?

    Best regards,
    Ismael

    #753483

    Thanks Ismael!

    Worked perfect with this code for me:

    #top .woocommerce-tabs h2 {
        font-weight: bold; color:#502a62; font-family: open sans; font-size:14px;
    }

    This support here is the very best!

    • This reply was modified 7 years, 1 month ago by Micha66.
    #753487

    Hey!

    Glad it worked. Let us know if you need anything else. :)

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Wort Produktbeschreibung im Shop in bold anzeigen lassen’ is closed to new replies.