Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello. I have a navigation problem on a smartphone, some items are not seen. The site is https://www.palestradellascrittura.it/ and browsing with smartphone, I do not see three main items, visible and cliclble on desktop:
– NEWS
– POCHERIGHE
– CONTATTI
They are three primary voices, without subheadings, essential for navigation. On desktop no problem
but on smartphone these are not visible
I’m sorry to give you this trouble, I tried but I can’t solve the problem. Thank you for your time. Thanks a lot. Best regards. Bruno
Hello,
They are there but are white. That’s why you do not see them. Please add this css into your Custom Css box in General Options:
.menu-small ul.menu > li > a {
color: #000;
}
Best regards!
Hello Mirela. With your suggestion it didn’t change, but thanks to your suggestion I found the solution
nav .codeless_custom_menu_mega_menu ul>li h6, .menu-small ul.menu .codeless_custom_menu_mega_menu h6, .menu-small ul.menu > li > a {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
color: #f00 !important;
font-size: 12px;
}
Thanks a lot for your support, really. Best regards. Bruno
Hello,
Happy to know it’s ok now.
Let us know if there is anything else we can help.
Best regards!
You must be logged in to reply to this topic.