Change font dimensio in the Homepage slides

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Tue Mar 31, 2015 6:53 pm
How I can change the font dimension in the Homepage slides?
User avatar
Senior Boarder

GK User
Wed Apr 01, 2015 7:56 am
Hi

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.gk-is-wrapper-gk_creativity .figcaption h1 {
   font-size: 20px;
}
.gk-is-wrapper-gk_creativity .figcaption h2 {
   font-size: 18px;
}

and use your own font-size values.
User avatar
Moderator


cron