Home › Forums › Jevelin Theme › Non scaling header
Home › Forums › Jevelin Theme › Non scaling header
Hi there,
I seem to be running into some scaling issues on my page https://sjoerdgerritsen.com/
As you can see in the screenshots, I have three questions:
Thanks!
Hi @SjoerdGerritsen,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-testimonials-table-icon { display: none; } @media (max-width: 450px){ .page-id-8632 h1.sh-heading-content { font-size: 30px !important; } }
Best regards,
Shufflehound team
Thanks! How can I do the css code that the 30px works for every page H1?
You can remove .page-id-8632 from the above CSS code to make it work with other H1 heading content tags.