Add GLOW to website template

GK User
Thu Apr 14, 2011 1:21 pm
Hi

I would like to add glow to the website template as per my mockup image, is this possible, and how woudl I go about adding this effect to the .css files please?


Many thanks


mock.jpg
User avatar
Expert Boarder

GK User
Thu Apr 14, 2011 10:49 pm
edit template.css

You can find it here:

../templates/gk_appsite/css/template.css


Go to Line 57 and add this line:

box-shadow: 0 10px 30px #000000;
User avatar
Senior Boarder

GK User
Fri Apr 15, 2011 3:28 pm
Thanks for the reply but I added this to line 57 as advised and it has not changed anything?

This is now line 57 after adding your code:



#mainPage { background: #fff; overflow: hidden; box-shadow: 0 10px 30px #000000; }
User avatar
Expert Boarder

teitbite
Fri Apr 15, 2011 5:45 pm
Hi

We do not support customization requests but I must say the code based on CSS3 is greate, but do not work for IE. Also using it for FF You need to add "-moz-" in front, like "-webkit-" for other browsers.

Anyway this request should be solved using transparent images over the existing background and this require some more work.
User avatar
Moderator

GK User
Mon Apr 18, 2011 7:04 am
Many thanks, this has worked by adding the code to override.css but not to the footer...do you know what I shodul add to make it glow around the footer as well please? (as per image


Screen shot 2011-04-18 at 09.04.35.png
User avatar
Expert Boarder

GK User
Mon Apr 18, 2011 7:08 am
I see what you mean it works fine in Firefox and Chrome but not Safari...will email you direct
User avatar
Expert Boarder

teitbite
Mon Apr 18, 2011 6:49 pm
Hi

Mail answered :)
User avatar
Moderator

GK User
Fri Apr 22, 2011 6:34 am
Many thanks for the modification, the site looks perfect in all browsers :cheer:
User avatar
Expert Boarder

teitbite
Sat Apr 23, 2011 5:00 pm
Hi

Glad I could help :)
User avatar
Moderator


cron