Title: PLUS sign before menu items
Last modified: December 27, 2016

---

# PLUS sign before menu items

 *  [ikillbugs](https://wordpress.org/support/users/ikillbugs/)
 * (@ikillbugs)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/plus-sign-before-menu-items/)
 * I need to remove and/or replace the PLUS sign before menu items. I can’t find
   where to fix this anywhere. It’s a ::before statement in CSS somewhere but I 
   cannot find it. I would like to change it from a crosshair (plus sign) to a plain
   disc. I can add to it but cannot remove that plus sign. Any help on this?

Viewing 1 replies (of 1 total)

 *  Theme Author [NhatQuang](https://wordpress.org/support/users/nhatquang/)
 * (@nhatquang)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/plus-sign-before-menu-items/#post-8730209)
 * Hi,
    Sorry for the late, You can use this custom CSS code
 *     ```
       .widget ul li a { padding: 0; }
       .widget ul li a:before,
       .widget ul li a:after { display: none; }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘PLUS sign before menu items’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/moon/1.4/screenshot.png)
 * Moon
 * [Support Threads](https://wordpress.org/support/theme/moon/)
 * [Active Topics](https://wordpress.org/support/theme/moon/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/moon/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/moon/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [NhatQuang](https://wordpress.org/support/users/nhatquang/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/plus-sign-before-menu-items/#post-8730209)
 * Status: not resolved