Hi,
i installed child-theme and added:
#top #wrap_all .av-inherit-size .av-special-heading-tag {
color: #444;
}
to quick css and child-theme style.css
but it does not take an effect.
Any idea?
kind regards Jak
Hey Jak73,
Add this to quick css:
#top #wrap_all h1.av-special-heading-tag {
color: #444!important;
}
Best regards,
Jordan Shannon