Remove Numbers In Main Menu In The Artolio Template - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Remove Numbers In Main Menu In The Artolio Template

M

Maria

Template 3 months ago

How do I disable the numbering from the menu items in the Artolio template?

I am running Joomla 5.3.2.

0
2 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 2 months ago #199557

Hello Maria,

Sorry for the inconvenience you're experiencing. To remove the numbers from the main menu in the Artolio template, please add the following CSS code to your Template Options -> Custom Code -> Custom CSS section:

.spmenu-number {
    display: none;
}

Hope this helps! If this doesn't solve the issue, please reach out and I'll look into it more deeply.

Best regards

0
M
Maria
Accepted Answer
2 months ago #200367

That worked. Thank you!

0