Remove list bullets Re:Remove list bullets Re:Remove list

Transkrypt

Remove list bullets Re:Remove list bullets Re:Remove list
Remove list bullets
Posted by Segia` - 2010/05/29 19:46
_____________________________________
Hey there,
I am trying to remove the list bullet in my ARI Ext Menu, but I can't seem to get it right. Unfortunately, I'm quite the rookie
when it comes to CSS, but I assume it's not too big a fix. Any help would be sincerely appreciated.
Thanks in advance,
Segia
Link: http://nsnwn.gofreeserve.com
============================================================================
Re:Remove list bullets
Posted by admin - 2010/05/30 01:29
_____________________________________
Hello,
Add the following CSS rule to template CSS file:
.ux-menu-container UL LI
{
margin: 0;
list-style-type:none;
}
Regards,
ARI Soft
============================================================================
Re:Remove list bullets
Posted by Jumpman - 2011/08/31 16:05
_____________________________________
Witam!
Czy istnieje jakis sposob na wylaczenie tla listy bez wyrzucania deklaracji z szablonu witryny?
caly czas pokazuje sie bullet probowalem powyzszego sposobu jednak bez skutku.
moja deklaracja w szablonie:
ul li {
background: url(../images/bullet.gif) no-repeat 18px 7px;
line-height: 160%;
padding-left: 30px;
}
deklaracja w pliku menu.min
.ux-menu-container ul li {
margin: 0;
list-style-type:none!important;
list-style: none!important;
}
ARI Soft Forum - ARI Soft
Kunena Forum Component version: NEW VERSION GOES HERE
Generated: 6 March, 2017, 19:52
Link do zrzutu ekranu:
www.wypasionastrona.pl/menu.png
Pozdrawiam
In English
I still have a problem with my menu
In my template style I have ul li declaration and i don't want to change and remove that. Is there any idea how to remove
bullet style from menu?
My template declaration are:
ul li {
background: url(../images/bullet.gif) no-repeat 18px 7px;
line-height: 160%;
padding-left: 30px;
}
My menu.min file:
.ux-menu-container ul li {
margin: 0;
list-style-type:none!important;
list-style: none!important;
}
Print screen:
www.wypasionastrona.pl/menu.png
Best regards!
============================================================================
Re:Remove list bullets
Posted by admin - 2011/09/01 00:00
_____________________________________
Hello,
Try to add the next CSS rule:
ul.ux-menu li
{
background-image: none;
}
Regards,
ARI Soft
============================================================================
ARI Soft Forum - ARI Soft
Kunena Forum Component version: NEW VERSION GOES HERE
Generated: 6 March, 2017, 19:52

Podobne dokumenty