Helix Ultimate 2.07: Article Header H1 is Being Overwritten In Template.css With "font-size: 2.25rem" - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate 2.07: Article Header H1 is Being Overwritten In Template.css With "font-size: 2.25rem"

L

loovanloon

Helix Framework 3 years ago

Apparently in Helix Ultimate the H1 for the article header/title is being overwritten with "font-size: 2.25rem" in the template.css. This means that it doesn't pick-up the configuration of the H1 any longer (in my case font-size = 60px). Please help.

.article-details .article-header h1, .article-details .article-header h2 { font-size: 2.25rem; }

https://www.sta-toneel.nl/index.php/beschikbare-regisseurs/kale-bomen-ruisen-niet

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58352

Hello Ton van Loon

You can use Custom CSS to change it. Please use this CSS to Template Options -> Custom Code -> Custom CSS

.article-details .article-header h1, .article-details .article-header h2 { 
    font-size: 60px; 
}

Best regards

-1
L
loovanloon
Accepted Answer
3 years ago #58460

Yes, that could be a solution, but imo it is a bad, unsustainable solution. And it doesn't take into account responsive design. It ignores the itended functionality of the Helix Framework / Template.

Therefore, I think It should be fixed in the Helix framework itself. When will this be fixed in the Helix U. framework?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58571

Thanks for your feedback. I don't think it is going to be changed. We have changed h1 and h2 after .article-details .article-header class for the template design purpose. It is not that big issue since you can change it anytime with CSS.

0