border around module

GK User
Tue Jul 16, 2013 8:04 pm
I think game news is such a great template, but for my site it would be even better if the modules would have a border.
How can I put a border around the module with suffic "color3"?

Thanks!
Uli
User avatar
Fresh Boarder

GK User
Tue Jul 16, 2013 8:15 pm
Code: Select all
.color3 {border: 1px solid #000}

will create 1px black border.

Please read first about adding custom CSS:
http://www.gavick.com/documentation/joo ... -template/
User avatar
Moderator

GK User
Tue Jul 16, 2013 8:15 pm
Hi,

1) Use this code:

Code: Select all
.box.color3   { border: 1px solid red; }


change "red" to your hex color, #000 - black, #CCC - grey etc.

2) Here: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sun Jul 21, 2013 8:04 pm
Thanks, this works, great!
What is with a frame around the default module? If I use no number
.box.color { border: 1px solid red; }
it doesn't work for the default module without suffix
User avatar
Fresh Boarder

GK User
Mon Jul 22, 2013 5:58 pm
Could You post an url to your site - to exact place where You have module without suffix?
User avatar
Moderator


cron