The title size on the home page is fine:
When I click on any of the parent navigation menu items, the title size is too large. For instance if you click on 'Flowers' this is what the size looks like:
How can I get it to be the same size?
The title size on the home page is fine:
When I click on any of the parent navigation menu items, the title size is too large. For instance if you click on 'Flowers' this is what the size looks like:
How can I get it to be the same size?
Hi,
You can override with this custom CSS:
.item-page .article-header h1.article-title {
font-size: 16px;
}
and change the size as you wish.
I have done this but nothing has changed: