There is a bullet that appears under the first one or two letters of menu link items on my site. It is the same bullet that appears in the admin menu items, however those appear BEFORE the text.

link to screenie: https://dl.dropboxusercontent.com/u/24659606/Untitled.png

Comments

zymphonies-dev’s picture

Status: Active » Closed (fixed)

Hello,

Removed admin menu list style background image.

/*Admin style*/
#toolbar ul li{ background: none; } 

Thanks
Shanid

milindras@yahoo.co.uk’s picture

Hi,
I created a book page and i also have the same issue. I would like to keep the bullet because its looks nice with that. Is it possible to fix so the bullet will appear on correct place?
Please see here http://smallmiracle-srilanka.co.uk/Hotels

Thanks

zymphonies-dev’s picture

Hello,

Update this style in end of the style sheet.

ul.menu li {
  margin: 0;
  list-style-type: disc;
  background: none;
  padding: 0;
}

Thanks,
Shanid

milindras@yahoo.co.uk’s picture

Many Thanks, thats worked!