Wie kann ich denn im Shop das Wort “Produktbeschreibung” in bold erscheinen lassen, anstatt in h2?
Ich habe schon alles probiert…
#product-description {
font-weight:bold !important;
}
funktioniert nicht :-(
Kein Tipp? Mittlerweile bekomme ich es hin das sich der komplette Beschreibungstext in Bold zeigt, das ist aber nicht das was ich will.
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
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!