• Closed by: Fred
  • Closed on: 23.07.20, 22:48
  • Reason: Closed
  • Comment: Glad to help!

Ticket #18185 - Hide "My account" on top bar when the isn't logged in

I want to hide the “My account” section only when the user isn’t logged in, is that possible?

Comments

Fred 01 Jun 2020, 23:11

The issue has been fixed. Please test to confirm the change

Massimo Scarpelli 01 Jul 2020, 10:03

Thanks,

sorry form the extremely late response, but I lose track of this ticket.

Can be also hided all items except Login/Register/Exit one?

Thanks in advance.

Fred 06 Jul 2020, 13:52

Hi, Massimo.
Sorry for the delay.
But as I can see it’s already hidden https://take.ms/l88Qd

Massimo Scarpelli 06 Jul 2020, 14:47

Yes, I know.
What I asked, you can hide also “I tuoi preferiti”, that is a custom link, and hide in general all items except Login/Register/Exit.

Fred 06 Jul 2020, 20:49

try following CSS

.notlogged > ul > li:last-child {display:none}
Massimo Scarpelli 23 Jul 2020, 13:13

It works, thanks