Menu css class not working properly
-
So i’m trying to add a css class to one of my menu items.
But for some reason the css class gets added wrong, which makes it not working.
I am trying to show the content of that menu item in a popup.<ul class="sf-dropdown-menu" style="display: none;"> <li class="menu-april menu-item-930"> <a href="http://gedevasevang.dk/maanedsblad/april/"> <i class="modal-link"></i>April</a> </li> </ul>The css class gets added as <i class=”modal-link”></i> which makes it not working.
For it to work it needs to be within the link itself.Like so
<ul class="sf-dropdown-menu" style="display: none;"> <li class="menu-april menu-item-930"> <a class="modal-link" href="http://gedevasevang.dk/maanedsblad/april/">April</a> </li> </ul>Is there somehow any way to fix this?
Is it something on my page that is adding the css class in a wrong way?
Or is this intended?Best Regards
- This topic was modified 8 years, 2 months ago by .
- This topic was modified 8 years, 2 months ago by .
- This topic was modified 8 years, 2 months ago by .
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
The topic ‘Menu css class not working properly’ is closed to new replies.
