article header h1 a, article header h2 a {
color: #212121;
}
Konrad M wrote:Hi,
please add to override.css
- Code: Select all
article header h1 a, article header h2 a {
color: #212121;
}
and set your own color value. Remember to enable override.css option in template settings.
dumilia wrote:Konrad M wrote:Hi,
please add to override.css
- Code: Select all
article header h1 a, article header h2 a {
color: #212121;
}
and set your own color value. Remember to enable override.css option in template settings.
Fantastic! It works thank you Konrad!
Konrad M wrote:Can you give me link to your page with example ?
h2,.componentheading {
color:#222222;
}
Konrad M wrote:Try use this code in override.css:
- Code: Select all
h2,.componentheading {
color:#222222;
}