Kreativa Template Displaying Numbers Under The Header For Each Menu Item. How To Make Them Not Display? - Question | JoomShaper

Kreativa Template Displaying Numbers Under The Header For Each Menu Item. How To Make Them Not Display?

MH

Michael Hicks

Template 1 year ago

I am using the Kreativa template. There are numbers displayed under the header for each menu item? How to make them not display?

Is this a glitch? If not what is the purpose of those numbers?

Any suggestions how to remove? https://hamiltone.com/index.php/store/electric-guitars

PHP 8.1 JOOMLA 4.4.2

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

Hi Michael ,

please use following Custom CSS:

.menu-item-count
{ display: none;
  visibility: hidden; }

For example in Template Options > Custom Code > Custom CSS

1
MH
Michael Hicks
Accepted Answer
1 year ago #147577

Thanks Paul.

0