Suffix

Corporate Ltd is perfect choice for your next business Joomla website
GK User
Thu Dec 08, 2011 8:16 pm
How can i put one suffix with transparent background? I tried to use
Code: Select all
        background: transparent!important;

but not works.
User avatar
Senior Boarder

GK User
Tue Dec 20, 2011 10:08 am
User avatar
Platinum Boarder

GK User
Tue Dec 20, 2011 10:17 am
Hi,

I don`t want to put transparency in the image, i want to remove the background of the position module.

Regards
User avatar
Senior Boarder

GK User
Tue Dec 20, 2011 10:25 am
Can you show me the site and the place you want to remove background then I can advise you better?
User avatar
Platinum Boarder

GK User
Tue Dec 20, 2011 10:31 am
Don Lee wrote:Can you show me the site and the place you want to remove background then I can advise you better?

The website is www.santaremdigital.com and the modules are user7, user8, user9, user10
User avatar
Senior Boarder

GK User
Tue Dec 20, 2011 10:39 am
Open file: /templates/gk_corporate/css/template_css.css

Find this code at line 459:

Code: Select all
div#wrapper_bottom1{
   background:#fff;
   margin-bottom:10px;
   overflow: hidden;
}

Change to:
Code: Select all
div#wrapper_bottom1{
   margin-bottom:10px;
   overflow: hidden;
}


Then let me know if it helps. Thanks!
User avatar
Platinum Boarder

GK User
Tue Dec 20, 2011 10:58 am
Thank you, it worked.
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.