On engineroom.churchesaliveonline.com I want to remove the bullets from the menu.
This is using th Buildr template.
I have tried:
.zen-menu ul > li ul li.parent > a:before, .zen-menu ul > li ul li.parent > .zen-menu-heading:before {border: 0;}
jonburdon1 Hi. Please add this to css:
.zen-menu ul>li.parent>a:before, .zen-menu ul>li.parent>.zen-menu-heading:before { display: none; }
teitbite Thanks that's perfect