Okay
  Public Ticket #2509367
Anchor link on menu
Closed

Comments

  •  2
    Eunega started the conversation

    Hi, I placed an anchor link on a main menu item ("services"). The problem is that this item is always activated, with the line always visible. Could you help me solve this problem? Thank you so much

    {"wp":{"use":false,"adminUrl":"https://chromophylla.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •   Eunega replied privately
  • [deleted] replied

    Hi Eugena,

    Please add the code below to your Custom CSS area:

    li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-6333 a:after {
        background-color: transparent;
    }

    Have a nice day!

  •  2
    Eunega replied

    Hi Ylli, I added the custom CSS but now the line below the text does not appears on the mouse hover

    Regards,

    Sara

  • [deleted] replied

    Hi Sara,

    I changed the code to:

    body.home li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-6333 a:after {
        background-color: transparent;
    }

    This is the only solution for the moment.

    Thanks!