I can't seem to figure out how to move the big article header for my page. When I go to an article it show "Article" in big boldprint. How do I stop this? I attached a screen shot to show what I mean
thanks in advance,
Dave
.item-page h1 {
display:none;
}
Konrad M wrote:Try add to the override.css
- Code: Select all
.item-page h1 {
display:none;
}
and remember to enable override.css option in template settings.
.mysuffix h1 {
display:none;
}