How to change the font in the title of Image Show

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Sun Nov 17, 2013 1:11 pm
Hello, I'd like to change the font in title of the slider on homepage.
I would like it to be the same font as the text below

Image
User avatar
Expert Boarder

GK User
Sun Nov 17, 2013 2:41 pm
Please edit: wp-content/themes/Creativity/css/override.css
Code: Select all
.gk-is-wrapper-gk_creativity .figcaption h2 {
font-family: 'Open Sans';
font-size: 60px;
font-weight: 300;
line-height: 1.0;
}


Adjust sizes to your liking.

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator

GK User
Sun Nov 17, 2013 3:45 pm
I applied your hack, it did not produce what I want.
I did applied the use overide css in Template Options > Advanced in admin.


Image


i want the exact same font as the text.

it seems that your fix did not do that.
User avatar
Expert Boarder

GK User
Sun Nov 17, 2013 4:09 pm
Got it.

It's easy. Not need to go into code. In template Options, I just pick the same font in both settings



Image
User avatar
Expert Boarder

GK User
Mon Nov 18, 2013 5:03 pm
Thats the other way to do it - but usually its easier to override in css than to go through font settings ;).

Is there anything more I can do for you int that matter?
User avatar
Moderator


cron