Financial Business - all transparent

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jun 12, 2013 12:33 pm
Hi guys - been struggling for days trying to get the white main section of Financial Business to be transparent.

I can change the colour of the section:
_________________________
#gkContent {
background: #000;
}
__________________________

and i can change the bg of the modules by using modded suffix:

__________________________
.box.classBody > div {
background:none !important;
box-shadow: 10px 10px 10px #888888;
___________________________

but i cannot make the white space around all the modules on the front page transparent.

I am trying to go for an effect making the modules seem like they are just floating against the background.

I know it can be done - it's driving me crazy. Any help?

url: http://www.intheweb.com.au/008
User avatar
Fresh Boarder

GK User
Wed Jun 12, 2013 3:01 pm
Hi,

If I understand - you need to set:

Code: Select all
background: transparent;


for selector:

Code: Select all
#gkWrap2


in the css/layout.css file.
User avatar
Administrator

GK User
Thu Jun 13, 2013 2:45 am
dziudek, if you were in Australia I would buy you a beer.


Thanks for your help - all fixed up. I can now sleep.
User avatar
Fresh Boarder


cron