Home › Forums › Jevelin Theme › headings size settings
Home › Forums › Jevelin Theme › headings size settings
I am editing the headings sizes from theme options > styling > headings
I want H3 to be 12 pixel, but I have no result
attached images
Hi @supermegalino,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
Please make sure you are using latest version of Jevelin theme on your site.
If you are using any cache then please clear or temporary disable it.
Also could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
no cache system
theme version like in attached image
Solution for this topic
On that portfolio page the title font size is changed by CSS code so to make it 12 pixel please add 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-single-title { font-size: 12px; }
thanks
You are most welcome here 🙂