This topic has 8 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler
Hello,
i would like to know if its possible to show the account dropdown menu only for logged in users? So that unregistered users aren’t able to register over the dropdown (because there isn’t one) and have to click on register and are forwarded to a new page?
I only see the opportunity to disable the whole dropdown for everyone.
Thanks in advance!
Best regards
Hello,
Add the next code in Theme options > Theme custom CSS:
body:not(logged-in) .et_b_header-account.et-content-toTop .et-mini-content {
display: none;
}
Regards
Hello,
thanks for the reply. I added the code at the theme options > theme custom css as you mentioned. But if i do so, the dropdown also isn’t visible for logged in users…
Regards
Hello,
Please provide URL of the site and temporary wp-admin access.
Regards
Hello,
please see private section.
regards
Hello,
Please change the code to:
body:not(.logged-in) .et_b_header-account.et-content-toTop .et-mini-content {
display: none;
}
Regards
Hello,
now it works, thank you very much!
Regards
Hello,
You’re welcome!
Would you mind to rate our product – https://themeforest.net/downloads
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest!
Regards
You must be logged in to reply to this topic.Log in/Sign up