This topic has 13 replies, 4 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp
Hello,
You removed menu ID in your last update, it breaks all my css modifications which is related to menu ID.
How can I fix that?
Thank you.
Hello,
You need to change the ID from the previous code to the new. You can find the ids via Inspect element tool in Chrome browser. Please, read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
Regards,
Rose Tyler.
Hello Rose,
Thank you, I tried to do it but you deleted totally the ID. There is no ID anymore for item menu since your last update.
So how can I dot it ?
Thank you.
Hello,
Please provide WP admin credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Problem related to these css property:
– Custom CSS > Custom CSS for desktop >
#menu-item-16928 {
display: none;
}
– Custom CSS > Global Custom CSS >
#menu-item-15573 a {
line-height: 1.1;
}
Please find, thank you.
Hello,
Have you found the code? It’s located in Theme Options > Custom CSS. Please check it.
Best regards,
Jack Richardson.
Hello Jack,
Yes, I know where is this code, I did it by myself.
The problem is this code doesn’t work on your new theme update because menu item ID have been removed.
I don’t know if I’m clear?
Hello,
I’ve changed id tag #
to class tag .
in your custom css code.
Please check now.
Best regards,
Jack Richardson.
Hello Jack,
Thank you but it doesn’t work. You can check, the second css line (item 15573) is related to my last item menu “Je suis vendeur”.
Thank you.
Please find screenshot to illustrate that I said in the previous post.
Hello,
I’ve changed your code to this one:
.menu-item-15573 a {
line-height: 1.1em !important;
}
Clear browser cache and check last menu item, it’s working now:
http://storage9.static.itmages.com/i/16/1017/h_1476724621_2785028_1d2734a643.jpeg
Regards,
Eva Kemp.
Hello Eva,
Ok thank you, it’s working.
Best regards.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Menu ID’' has been successfully resolved, and the topic is now closed for further responses