Barnsbury Primary Menu Dropdown Dash
-
Hi! Is there a way to remove the “dash” in the dropdown primary menu in Barnsbury? It appears automatically. I’d like to display just the plain text name of the page if possible.
The blog I need help with is: (visible only to logged in users)
-
Hi there – It looks like you’re using the Barnsbury theme on the site you provided. And I see those dashes. Here’s an example of what I see: https://d.pr/i/AjpiGc
That appears to be default for the theme so we’d need to try some CSS to remove those. Try the following:
/* Hide dash in sub-menu items */ @media only screen and (min-width: 560px) { .main-navigation .sub-menu .menu-item :before { display: none; } } -
- The topic ‘Barnsbury Primary Menu Dropdown Dash’ is closed to new replies.