Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
Everything works well except on mobile version, the dropdown menu doesn’t appears.
It seems that links are here and they work but we can’t read the text, maybe it is in white color ??
In Dropdown option and Mobile Menu, I selected a red color for megamenu title / dropdown typography but nothing changed…
here is my website : http://www.corporace.fr
Thank you in advance for your help !
Hello,
Please add this code into your custom css box:
@media (max-width: 767px){
.header_wrapper .row-fluid .span12 {
width: 100% !important;
}
.menu-small ul.menu > li > a {color: #ca0d0d !important;}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.