Neu Schriftart ändern geht nicht

Holmes

Gut bekanntes Mitglied
10. Februar 2020
292
8
Hallo,
hier mal meine custom.css verstehe etwas nicht obwohl ich im!important nutze überschreibt er nicht alles z.B. die Schriftart ist nicht immer georgia und die größe nicht immer 16px bei p.

/* Artikelnamen h1 andere Farbe */
#main-wrapper h1 {
color: #332A93 !important;
}

/* Schriftart und größe */
p {
font-size: 16px !important;
font-family: Georgia, "Times New Roman", Times, serif !important;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif !important;
}


Vielen Dank

Holmes

habe es abgeändert bringt aber nichts

/* Artikelnamen h1 andere Farbe */
#main-wrapper h1 {
color: #332A93 !important;
}

/* Schriftart und größe */
#main-wrapper p {
font-size: 16px !important;
font-family: Georgia, "Times New Roman", Times, serif !important;
}

#main-wrapper h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif !important;
}
 

Ähnliche Themen