black dots or spots on left of main menu default in flat list - Joomla! Forum - community, help and support
how can i rid of, or preferably replace circular dots or spots on main menu. default images or icons assume, life of me cant find image files anywhere. have checked default images module img , temp-late images. appear on standard main menu flat list , latest news item/ if dont know hell im talking noticed main menu of joomla.org has same black icons in menu. ok might silly question withan elementary anwser has me fooled.
kind regards
coey
kind regards
coey
flat style menu made using standard html list, default shown dots list items
you can style lists e.g.
which gets rid of dot
but affect lists
you need target specific lists in site
you should in template css references
li
especially in combimation reference menu e.g.
there quite lot of options styling lists - pointer
if had link site can more help
you can style lists e.g.
code: select all
li {
list-style: none;
}
which gets rid of dot
but affect lists
you need target specific lists in site
you should in template css references
li
especially in combimation reference menu e.g.
code: select all
ul#mainlevel-topnav li {
}
there quite lot of options styling lists - pointer
if had link site can more help
Comments
Post a Comment