TtshurtsJun 23, 2021
Hi,
I'm using the Therapy & Beauty demo and there are numbers appearing above the main nav links. They look like: 01., 02., etc.. I can't figure out what is causing this. How can I remove them?
Thanks
1 reply · opened Jun 23, 2021
Hi,
I'm using the Therapy & Beauty demo and there are numbers appearing above the main nav links. They look like: 01., 02., etc.. I can't figure out what is causing this. How can I remove them?
Thanks
Hello,
You can simply use the following CSS Code to disable the Numbers:
[ch_pre type="css"]@media (min-width: 992px) {
#header .menu-link {
padding-top: 39px !important;
padding-bottom: 39px !important;
}
.menu-container > li::before {
display: none;
}
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard