Currently, I am working on a project with this website. My main focus is on removing the border-bottom
in the navigation bar for the last two right navigation points which are "DE" and "FR". Despite trying various CSS solutions, such as:
#menu-item-394 { border-right: 1px solid #EEE; border-bottom: none !important; }
#menu-item-393 { border-left: 1px solid #EEE; border-bottom: none !important; }
I have not been successful. Can anyone provide some guidance or tips on how to achieve this?