Hi there, so, I apologize if there was already a similar topic, everyone I sought I didn’t find the solution.
In the top menu in the desktop version, the last link is from the account with access to the profile, but this link does not appear in the mobile version. I make sure there is a CSS that forces non display, but even editing on your own, it doesn’t work yet. Is there any way I can solve this?
Thank you very much for your help!
Please provide link to your website, if you want help…
Hi @condorito.fr thanks!
The site is
Sorry, can’t help. It’s Elementor. I just can’t. It’s against my religion.
@condorito.fr haha, i understand you! I thank you for the attempt. But it’s just the homepage.
The menu is not the elementor and any other page uses the menu. If anyone else can help me, I would be very grateful, I’m in a mess.
You are in a mess because you are using a messy page builder.
And Elementor (and its theme) is used on each and every page, throughout the website.
My very opiniated view of Elementor :
Easy to make a quick-and-dirty website
Hard to debug → Black box
Bloaty code → Poor performance
Never ending updates → Maintenance nightmare.
Good luck with that.
Hi @condorito.fr, I never use Elementor because I really don’t like it, but the site is not mine and the owner insists on using it. So I was forced to keep it. But I found an almost perfect solution that at least solved my problem. I created a personalized link to the user account in the default menu, I took your class and added a CSS that allows you to appear only for mobile devices.
@media only screen and (max-width: 47.99em) {
li#menu-item-567 {
display: block !important;
}
}
Anyway, she is satisfied and everyone was happy! I thank the collaboration as always!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.