Home › Forums › Jevelin Theme › Heading sizes and weights
Home › Forums › Jevelin Theme › Heading sizes and weights
Hi,
I can change the font family – but the site doesn’t reflect the sizes and weights I set in Styling – why not?
Thank you in advance,
Anna
Hi Anna,
I hope you are well today and thank you for your question.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile we can change it developing custom CSS code if you tell me which header style you want to change by sharing the page URL where it is displaying.
Best regards,
Shufflehound team
Hi,
Thank you for the answer. I’m glad I’m not that stupid ; )
The first two headings I need to change are these:
http://erikjuul.apide.com/projekter/ (larger)
and
http://erikjuul.apide.com/project/villa-wenneberg/ (smaller)
Thank you very much,
Anna
You can change 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
h3.sh-portfolio-title { font-size: 17px; font-weight: 400; } h1.sh-portfolio-single-title { font-size: 28px; font-weight: 400; }