Home Forums Jevelin Theme Enlarge tabs font Reply To: Enlarge tabs font

Home Forums Jevelin Theme Enlarge tabs font Reply To: Enlarge tabs font

Hi Marcin,

 

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-tabs-filter li a {
    font-size: 14px;
}

 

You can change font size 14 in the above code to increase or decrease tab font size.

 

Best regards,
Shufflehound team