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

flat style menu made using standard html list, default shown dots list items

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

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62