Hi,
I don’t know really how to explain that in english..
I would like to know if it’s possible to reduce the space between the text in my menu and the navigation bar that move when you move your mouse on each word in that menu..
And is it possible to disable that pink line???
Please find a screenshot here.
https://www.dropbox.com/s/syksg7ajr56j4uz/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg
Kind regards,
Delphine
Hey Delphiine!
Can you please give us a link to the page? Are you using a “Small fixed header”?
You can add this on your custom.css or Quick CSS to move the main menu:
.main_menu {
top: 20px;
}
You can disable the pink line or hover effect using this:
.avia-menu-fx {
display: none !important;
opacity: 0 !important;
}
Best regards,
Ismael
Hi Ismael,
Thanks for the css
It’s working fine
Kind regards
Delphine