remove checkmarks in tabs

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 22, 2014 8:32 am
Reply with quote
Report this post
Hi I`ve got the problem with remove the check mark that is displayed with tabs
The same problem like here - https://www.gavick.com/forums/game-maga ... 31685.html

I done everything You explain and it dosent work
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;
}

An example on my site: http://www.gemed.info.pl/template/neona ... 0cx-series

Could You check it


thanks
User avatar
Senior Boarder

GK User
Tue Jul 22, 2014 8:50 am
Reply with quote
Report this post
You have an error in your override.css causing your problems.
Please check the file and correct it so the end of it looks this way:
Code: Select all
.gkTeamOverlay a[data-type="folder"]:before {
   content: '\f115';
}
.nn_tabs_nav li:before {display: none;}

Now you are missing closing '}' of last declaration.
User avatar
Moderator

GK User
Tue Jul 22, 2014 9:21 am
Reply with quote
Report this post
I`m blind - it`s so easy,
thanks and sorry
User avatar
Senior Boarder

GK User
Tue Jul 22, 2014 11:07 am
Reply with quote
Report this post
Don't worry, it happens sometimes.
If you will have any other questions (not relative to this thread), feel free to post new forum threads - it allows us to answer you faster.
User avatar
Moderator


cron