Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

remove bullet from menu

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I'm using build.r with an horizontal menu.

Maybe I'm dumb ( :blink: ) because i want to remove the bullets from the menu when there is some submenús below and I know where the bullet comes from but i can not remove it...

As far as I know the bullet is from ".zen-menu-heading" because if I remove that in the Developer tools in Edge the bullet dissapears, but I can not add code to custom.css to do the same...

I've tried with COMBINATIONS of
#menu ul > li a:hover, 
#menu ul > li span.zen-menu-heading,
#menu ul > li span.zen-menu-heading:hover{
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}


but no luck...

How to remove that :evil: bullet ????


(and yes, I have searched and tried up to 6 answers to similar questions in the forum before posting)
  • APAZO's Avatar
  • APAZO
  • LIfetime Developer - Big Bamboo
  • 75 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Try adding

.zen-menu ul > li ul li.parent > a:before, .zen-menu ul > li ul li.parent > .zen-menu-heading:before {border: 0;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers