box shadow around modules

GK User
Wed Oct 05, 2011 11:21 am
hey,

im trying to put a very slight box shadow around the modules but i cant seem to get it like in your coffee template.

can u pls give advice. thx.

i would also like to reduce the size of the main menu. ive already read how to reduce the font size but i also need to reduce the highlight size.

thx again.
User avatar
Senior Boarder

GK User
Wed Oct 05, 2011 8:47 pm
anybody??
User avatar
Senior Boarder

GK User
Thu Oct 06, 2011 7:55 pm
come on guys, this easy stuff for u pros. im just a noob trying to find my way.

give me hand thx
User avatar
Senior Boarder

Konrad M
Fri Oct 07, 2011 10:59 am
Hi
Can you give us url to your site?
User avatar

GK User
Tue Oct 11, 2011 10:38 pm
hey,

its currently offline can i pm u so i can give u log info?

thx
User avatar
Senior Boarder

GK User
Tue Oct 25, 2011 8:13 am
www.coresoft.es

let me know if u need anything else thx for the help :)
User avatar
Senior Boarder

GK User
Tue Nov 29, 2011 1:30 pm
Hi

Did you find a solution for this issue, I would be glad to here about it...

BR
Michael :lol:
User avatar
Fresh Boarder

GK User
Wed Jan 04, 2012 11:47 am
no i didnt actually.

has anyone found a solution?
User avatar
Senior Boarder

Konrad M
Wed Jan 11, 2012 4:11 pm
You want this shadow in to all boxes or for specyfic one ?
User avatar

GK User
Tue Jan 17, 2012 9:18 pm
hey thx for responding.

want shadows on all boxes.

can u pls tell me how to do it?

thx
User avatar
Senior Boarder

Konrad M
Wed Jan 18, 2012 3:58 pm
Try add to override.css
Code: Select all
#gkMain .box, #gkMain .box_menu, #gkMain .box_text {
box-shadow: 0 0 16px rgba(117, 113, 98, 0.52); -moz-box-shadow: 0 0 16px rgba(117, 113, 98, 0.52); -webkit-box-shadow: 0 0 16px rgba(117, 113, 98, 0.52);
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Jan 18, 2012 6:50 pm
hey konrad thx for the reply :)

im doing something wrong this is the code i have in my override.css

Code: Select all
/*
#------------------------------------------------------------------------
# penguinMail - December 2010 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */
div.gk-menu > ul.level0 > li > a {
    color: #1B1F23;
    display: block;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    padding: 0 18px;
    text-transform: uppercase;
}
.products h4.nspHeader ( line-height: 16px; margin-bottom: 12px; padding-right: 12px; font-size: 16px; )
.products p.nspText ( float: none; font-size: 12px; line-height: 1.4; margin-top: 28px !important;)
}

#gkMain .box, #gkMain .box_menu, #gkMain .box_text {
    border: 1px solid #E5E5E5;
    padding: 0 0 20px;

}
#gkMain .box, #gkMain .box_menu, #gkMain .box_text {
box-shadow: 0 0 16px rgba(117, 113, 98, 0.52); -moz-box-shadow: 0 0 16px rgba(117, 113, 98, 0.52); -webkit-box-shadow: 0 0 16px rgba(117, 113, 98, 0.52);
}


is it ok?
User avatar
Senior Boarder

Konrad M
Wed Jan 18, 2012 10:57 pm
Code looks ok. Can you give me url to your site ?
User avatar

GK User
Thu Jan 19, 2012 1:27 am
User avatar
Senior Boarder

Konrad M
Thu Jan 19, 2012 9:37 am
I checked your override.css in my ff and I don't see code I gave you. Can you send me PM with access to your joomla panel ?
User avatar

GK User
Thu Jan 19, 2012 6:00 pm
already sent u pm.
User avatar
Senior Boarder

Konrad M
Fri Jan 20, 2012 11:59 am
I checked mybox and I got nothing.
User avatar

GK User
Fri Jan 20, 2012 2:33 pm
really???

i just sent again.
User avatar
Senior Boarder

Konrad M
Fri Jan 20, 2012 2:45 pm
Now I got. You have error in your override. You added css rules for some elements in () and you should use {}. Now this code give shadow for boxes as you can see here http://www.coresoftware.es/index.php/pr ... /coreconta If you want to more elements just use firebug to find css classes for elements and add them in to override.css
User avatar


cron