• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Fred
  • Private: No
  • Open Date: 27.09.21, 18:38
  • Opened by: Alejandro
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22335 - DISABLE LINK FROM DROPDOWN MENU

Hi,

I’d like to disable one of the links that “my account” item in the header shows when you navigate to it. I don’t know if there’s an option for it, I’ve tried hide it directly from a tpl buy I can’t seem to find it, can you please point me in the right direction?

Thanks

Attachments:

Captura.JPG (25.2 KiB)

Comments

Fred 27 Sep 2021, 20:11

Hi, Alejandro
Try following CSS

.pk_myaccount ul li:nth-child(4) {display:none}
Alejandro 28 Sep 2021, 09:08

Success!

Thanks a lot for your help

Fred 28 Sep 2021, 09:09

You are welcome!