Hallo,
ich möchte in einer Klasse alle <h3> Tags in Listen <ul> wie folgt formatieren:
.content_width h3 {
font-family: tahoma,arial,verdana,helvetica,sans-serif;
font-size: 12px;
font-style: normal;
margin: 0 0 0 -15px;
padding: 0 0 4px 0;
color: #747474;
}
Was muss ich ergänzen, dass dieser Code nicht für <h3> allgemein funktioniert sondern ausschließlich für <h3> in Listen <ul>?
Gruß, DAniel