Can you enable CSS Classes in the Menu on WP.com?
-
Hello,
I have the premium plan at WordPress.com.Is there a way to enable CSS Classes on the menu?
Thanks!
arlenThe blog I need help with is: (visible only to logged in users)
-
Hello @hawaiiwp,
You cannot add additional CSS classes to the menu because we are not allowed to edit the underlying HTML codes.But you can target the menu by targetting the classes that they already have.
So to do that, right click on the menu item and click Inspect/Inspect Element. Now notice the classes that the menu is using and then target any of those classes using CSS.
FOR EXAMPLE:
You menu is currently inside this parent div:<div class="menu-topnav-container"> <!--additional HTML's for the menu--> </div>So what you can do is target this element using the CSS Editor, like this:
.menu-topnav-container { // your custom CSS codes }Hope this helps. 🙂
-
- The topic ‘Can you enable CSS Classes in the Menu on WP.com?’ is closed to new replies.