Good afternoon,
first thank you for developing such a great theme!
I mostly find answers to my questions looking at what you guys give as answers to other users… but this time I couldn’t find any useful quick CSS that resolves my problem, which is:
on the mobile version of my website, if have both the menu as TEXT and ICON that is displayed… when I try to hide one, it disappears to both text and icon menu. So menu is either displayed twice or isn’t displyed at all !
I tried these solutions but withoud success
@media only screen and (max-width: 990px) {
.only-desktop { display: none !important; }}
OR
@media only screen and (max-width: 989px) {.menu-item- *number* { display: none !important; }}
and many of other CSS provided in the support area but nothing really helped.
Could you check the mobile version and maybe help me resolve that strange issue?
Thanks a lot
best regards
Sorry, made a mistake writing the website url: See the correct one in the next private message
Hi,
Please try flushing cache and if that does not help, please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.av-main-nav li {
display: none;
}}
Best regards,
Yigit
Hi Yigit,
works perfectly ! Thank you so much for your help !
Best regards,
Julien
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit