background items none or transparent

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 10, 2013 3:51 pm
Hi,

I would like disable background items in the tabs. For the aritcles, i use K2.
To have a transparent background for see the backround site.
Possible ?

Thanks
User avatar
Gold Boarder

GK User
Wed Apr 10, 2013 8:19 pm
Hi, sure add here URL to your web page where you added tabs. I will check and give you solution.
User avatar
Platinum Boarder

GK User
Wed Apr 10, 2013 11:50 pm
User avatar
Gold Boarder

GK User
Thu Apr 11, 2013 4:37 pm
So now I know

Code: Select all
.gkTabsItem {  background: transparent; }

or wont help add "important"
Code: Select all
.gkTabsItem {  background: transparent  !important; }
User avatar
Platinum Boarder

GK User
Fri Apr 12, 2013 11:03 am
I use style1.css of the module tabs, but when i change the both volues,no result.
It's the good file ?
User avatar
Gold Boarder

GK User
Fri Apr 12, 2013 1:24 pm
CSS styles was okey, but you added in wrong place:

1) Use overwrite - "Custom CSS Field" in template settings - see attachment
2) Or add on the bottom of this file gk_magazine/css/gk.stuff.css
User avatar
Platinum Boarder

GK User
Fri Apr 12, 2013 2:09 pm
I can't because i lost my backround.. if i use css.overide, now disable my overdide.css is :
/* Here you can include your override CSS styles */
What is the code for keep my background and use the transparence for the tabs ?

Thanks.
User avatar
Gold Boarder

GK User
Fri Apr 12, 2013 2:45 pm
if you want to disable background for all tabs ---> You don't have to enable any extra option, just insert my code were I wrote before.

What is the code for keep my background and use the transparence for the tabs ?

So sometimes you want to use background color and sometimes not?
User avatar
Platinum Boarder

GK User
Mon Apr 15, 2013 11:04 am
Perfect with custon css in the template setting.
Thanks.
User avatar
Gold Boarder


cron