Adding shadow in text in Image Show GK4

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri May 31, 2013 8:37 am
Hi,

I am using the Meet Gavern template in Joomla 3.1

I wanted to add Shadow to the text in Image Show GK4
CSS override is activated. And I have added this to override.css:

Code: Select all
.gkIsWrapper-gk_startup .gkIsText h2 a {text-shadow: 2px 2px 0 #505050 ;}


This worked for the H2 text. But I can't get shadow to work on the normal text. Tried h3, h4, etc. But it's not working. See image. please help.

Image
User avatar
Fresh Boarder

GK User
Fri May 31, 2013 8:44 am
Could You post an url to your site?
Ill try to figure out what is wrong with this css.
User avatar
Moderator

GK User
Fri May 31, 2013 8:48 am
User avatar
Fresh Boarder

GK User
Fri May 31, 2013 8:57 am
Please edit: /templates/meet_gavern/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_startup div.gkIsText h2 a, .gkIsWrapper-gk_startup div.gkIsText p
{
    text-shadow: 2px 2px 0 #505050 ;
}



Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri May 31, 2013 9:03 am
You're a hero! That did the trick.

Cheers!
User avatar
Fresh Boarder


cron