Quantcast
Channel: SmartStore Shop Software Community
Viewing all articles
Browse latest Browse all 2728

Überschriften neu formatieren

$
0
0
Hallo,

ich würde gerne in den Absatzmodulen die H1 bis H6 Überschriften anders formatieren.

Ich weiß das ich zum Beispiel diesen Text in die smrtstore.theme.css einfügen muss, um das ganze global zu ändern:

h1 {
font-family:Verdana !important;
font-size:10pt !important;
color:#636363 !important;
line-height: 1.2em !important;
background: #FFFFFF !important;
text-align: justify !important;
font-weight: normal !important;
}

Wi muss ich es das ganze denn dann einfügen, wenn ich das ganze nur für den Body für einen Absatz ändern möchte. Derzeit sieht das Element in der css dazu so aus:

.mod-paragraph .cnt-default > .body {
font-family:Verdana !important;
font-size:10pt !important;
color:#636363 !important;
line-height: 1.2em !important;
background: #FFFFFF !important;
text-align: justify !important;
}

Wie muss ich jetzt die H1 Änderung eintragen?

Danke

Jens

Viewing all articles
Browse latest Browse all 2728