Hello,

after last post now I have the article title also h1, but the font-size is decreased, what have I to add in the custom css to modify it?

Thank you
Michele

Hi Michele,

You can override with this custom CSS:

.item-page .page-header h1 {
    font-size: 2rem;
}

and change the font size to suit your needs.

Regards

Write a Reply...
You need to Login to view replies.