hi
need your help
see image-i would like to get rid of the home (h1) on my page
http://planetekreyol.com/abondanse/
thanks
.blog-featured h1 {
display:none !important;
}
Konrad M wrote:Hi,
please try add to override.css
- Code: Select all
.blog-featured h1 {
display:none !important;
}
and remember to enable override.css option in template settings.
