Removing bullets from Stratford theme submenu
-
Hi! how can I remove the sub bullets (dashes) from the drop down menu?
The blog I need help with is: (visible only to logged in users)
-
Hi there, this CSS should do the trick:
/* get rid of menu hyphens */ .main-navigation .sub-menu .menu-item a::before { content: ""; } -
-
- The topic ‘Removing bullets from Stratford theme submenu’ is closed to new replies.