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
but not works.
- Code: Select all
background: transparent!important;
but not works.
-
- Senior Boarder
- GK User
- Tue Dec 20, 2011 10:08 am
-
- 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
I don`t want to put transparency in the image, i want to remove the background of the position module.
Regards
-
- 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?
-
- 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
-
- 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:
Change to:
Then let me know if it helps. Thanks!
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!
-
- Platinum Boarder
- GK User
- Tue Dec 20, 2011 10:58 am
Thank you, it worked.
-
- Senior Boarder
7 posts
• Page 1 of 1