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;
}
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!