Is There A Way To Customize The Drop Down Menu Of The Kreative Template? - Question | JoomShaper

Is There A Way To Customize The Drop Down Menu Of The Kreative Template?

YS

YUMA SCOTT

Template 1 year ago

I would like change the size, remove the "/00" after each menu item, etc.

See screen capture for details: https://prnt.sc/CucOjwpJgxj3

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170982

Hi Scott.

Use Custom CSS:

#modal-menu ul.sp-megamenu-parent > li .menu-item-count {
  font-size: 0px; display: none;visibility: hidden;}
0