SupportCategory: Questionsslider text – make bigger
Sari asked 7 years ago

Hi,
It seems like there was an update or a refresh and the main text on the slider has gotten smaller.  Can you please give me the css to increase the size.  It also looks like my top bar text has gotten smaller (at least on my mac).
http://www.cultivate-consulting.com 
thank you
Sari

1 Answers
eDataStyle Staff answered 7 years ago

Hi You can increase the size vai theme options . what’s every bellow is css for update the font size

.owl-item h1.text-white{
	font-size:30px!important;	
}
.owl-item .caption-text{
	font-size:25px!important;	
}

Thanks

Sari replied 7 years ago

thank you!