Text shadow in GK Image Show (Wordpress, Creativity)

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Tue Sep 03, 2013 10:04 am
Hi, I'm use Creativity theme for WordPress. I want to add Shadow and change the colour of the text in GK Image Show. How I can do this?
User avatar
Fresh Boarder

GK User
Tue Sep 03, 2013 12:13 pm
Hi,

You have to use own CSS rules, the best place for this is css/override.css file (first enable this option in dashboard -> Creativity -> Template Options -> Advanced tab)

paste e.g. this code:
Code: Select all
.gk-is-wrapper-gk_creativity .figcaption h2,
.gk-is-wrapper-gk_creativity .figcaption h1 {
color: #aaa;
text-shadow: black 0.1em 0.1em 0.2em;
}
User avatar
Moderator

GK User
Tue Sep 03, 2013 4:22 pm
Exellent! Thanks.
User avatar
Fresh Boarder


cron