Comments 2Eunega started the conversationAugust 18, 2020 at 8:09pmHi, 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] repliedAugust 20, 2020 at 8:15amHi 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! 2Eunega repliedAugust 20, 2020 at 10:35amHi Ylli, I added the custom CSS but now the line below the text does not appears on the mouse hover Regards, Sara[deleted] repliedAugust 21, 2020 at 9:02amHi 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! Sign in to reply ...
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
Hi Eugena,
Please add the code below to your Custom CSS area:
Have a nice day!
Hi Ylli, I added the custom CSS but now the line below the text does not appears on the mouse hover
Regards,
Sara
Hi Sara,
I changed the code to:
This is the only solution for the moment.
Thanks!