The main menu doesn't have the right sign ">" before the link. But, when I move a menu to the header block, the menu shows the ">" sign.

How to change the format of header block menu to be the same as the main menu?

Comments

nsnoblin’s picture

Issue summary: View changes

I noticed the same problem. I found that when you move the menu to a block, it adopts the style defined in style.css by .block ul.menu li a. You can get rid of the ">" before the menu items by deleting the background style: background: url(../images/light/arrow_bullet.png) no-repeat 10px;.