Hallo,
wie spreche ich die css class an um auf der Seite https://www.bulktex.de/keilrippenriemen-608el-passend-fuer-atika-betonmischer die css von Keilrippenriemen 608 EL Elastisch passend für Betonmischer ATIKA und mehr
unten in der beschreibung zu ändern.
Habe das alles getestet und ging nicht
.desc {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
dann
.desc.h2 {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
dann
.desc h2{
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
tab-pane fade show active {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
dann
.product-title h2 {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
alles geht nicht
Was übersehe ich
Danke
wie spreche ich die css class an um auf der Seite https://www.bulktex.de/keilrippenriemen-608el-passend-fuer-atika-betonmischer die css von Keilrippenriemen 608 EL Elastisch passend für Betonmischer ATIKA und mehr
unten in der beschreibung zu ändern.
Habe das alles getestet und ging nicht
.desc {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
dann
.desc.h2 {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
dann
.desc h2{
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
tab-pane fade show active {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
dann
.product-title h2 {
font-weight: 500 important;
font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}
alles geht nicht
Was übersehe ich
Danke
Zuletzt bearbeitet: