Displaying tabs inside articles

GK User
Fri Dec 20, 2013 10:30 pm
Hello:

I have a tabs extension on my site that I use inside articles to display content within tabs. Is it possible to remove the check mark that is displayed with each tab? The original extension demo does not have any check marks. I think it's coming from within game magazine template. Please let me know. Thanks.
User avatar
Senior Boarder

GK User
Fri Dec 20, 2013 11:03 pm
Hi,
sure but you have to override default settings.
Add here URL where you have it and tomorrow I will give you a CSS code.

...now I'm going sleep ;)
User avatar
Platinum Boarder

GK User
Sat Dec 21, 2013 1:28 am
User avatar
Senior Boarder

GK User
Sat Dec 21, 2013 2:46 pm
In this file:
templates/gk_game_magazine/css/typography.style1.css
Check line ~803, there you will find:

Code: Select all
ul.gkBullet1 li, div.articleContent ul li, #k2Container .itemFullText ul li, #k2Container .itemIntroText ul li {
    background: url("../images/style1/typography/bullet1.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0) !important;
}


Please delete only "!important" tag at the end of line - this will fix it.
User avatar
Platinum Boarder

GK User
Sat Jan 04, 2014 11:35 pm
I changed the code as you suggested, but it still shows up. See http://vedics.org/index.php/component/k ... join-renew
User avatar
Senior Boarder

GK User
Sun Jan 05, 2014 7:27 pm
Sorry, I forgot to told you to override code.
Code: Select all
.nn_tabs-tab { background: none  !important; }


Add CSS code here:
templates/gk_game_magazine/css/override.css
User avatar
Platinum Boarder

GK User
Thu Jul 17, 2014 12:27 pm
Hi I`ve got the same problem but in gk_creativity
I put the code: .nn_tabs-tab { background: none !important; } in Custom CSS code on the backend site
but I dont know which "!important" tag should I remove - I dont have similar line

ul.gkBullet1 li, div.articleContent ul li, #k2Container .itemFullText ul li, #k2Container .itemIntroText ul li {
background: url("../images/style1/typography/bullet1.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0) !important;
}

thanks
User avatar
Senior Boarder


cron