template clodhost-NoNumber Tabs

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sun Dec 29, 2013 12:17 pm
I have a problem with nonumber Tabs plugin
a symbol • appears at the beginning of each tab.
template used: cloudhost, joomla 2.5
example see Article: test tab
url: http://test.avic-informatique.net/index ... 3-test-tab
User avatar
Senior Boarder

GK User
Sun Dec 29, 2013 2:15 pm
Hi.
Quick fix:
Code: Select all
ul.nn_tabs_tabs li:before { content: none; }
User avatar
Platinum Boarder

GK User
Sun Dec 29, 2013 2:44 pm
Pawel F wrote:Hi.
Quick fix:
Code: Select all
ul.nn_tabs_tabs li:before { content: none; }


Hello,
I do not understand,
give me more details please .....
This code is inserted into any file?
give me the procedure.
thank you
User avatar
Senior Boarder

GK User
Sun Dec 29, 2013 3:10 pm
That strange that you don't know where ..... I helped you few times before, and procedure with custom CSS is always this same.

TIP: http://www.gavick.com/documentation/joo ... -template/
Please remember it!
User avatar
Platinum Boarder

GK User
Sun Dec 29, 2013 3:38 pm
Pawel F wrote:That strange that you don't know where ..... I helped you few times before, and procedure with custom CSS is always this same.

TIP: http://www.gavick.com/documentation/joo ... -template/
Please remember it!

thank you,

this code does not work with the plugin Responsive Easy Tabs
I still have the same problem.
User avatar
Senior Boarder

GK User
Sun Dec 29, 2013 5:00 pm
Oh,
this code does not work with the plugin Responsive Easy Tabs

but you asked about different plugin, yes.And my code worked.

:!: If you want to another working code add another URL with plugin. Simple. :whistle:
or
:idea: If you want to delete * generally you can also use this
Code: Select all
.itemBody ul li:before { content: none; } 

but it will hide all * before li
User avatar
Platinum Boarder

GK User
Sun Dec 29, 2013 5:05 pm
p.s.
Maybe you will decide first what plugin you want to use finally, and then worry about dot before li.
I know about 19 extensions to create Tabs ... most of them uses li. Please understand.
User avatar
Platinum Boarder


cron