Home Forums Jevelin Theme Custom mobile font size? Reply To: Custom mobile font size?

Home Forums Jevelin Theme Custom mobile font size? Reply To: Custom mobile font size?

Hi @SjoerdGerritsen,

 

Thank you for your another 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

 

@media (max-width: 800px){
    h1.sh-heading-content{
        font-size: 40px !important;
    }
}

 

Best regards,
Shufflehound team