Style a text separator in Joomla and WordPress
If you ever wondered how to style a text separator without adding extra classes to menus this is the way to go
#some_id a[href=”#”] {
cursor:default;
background: none ;
font-weight:bold;
}
or
.some_class a[href=”#”] {
cursor:default;
background: none ;
font-weight:bold;
}