Okay
  Public Ticket #3616094
Removing active menu item green line in navigation
Open

Comments

  •  25
    damien started the conversation

    How do I remove the active menu item green line that appears when you rollover a menu item in the main nav?

    I just want to do that for the flag you see in the top right so that its not pushed up like that.  This is supposed to just be a visual representation of the active language, not a clickable menu item (see grab)

    Thanks
    Damien

    Attached files:  Screenshot 2024-03-27 at 10.21.31.png

  •  2,724
    Andrew replied

    Hi Damien,

    Thank you for reaching out to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    img.trp-flag-image {
      margin-bottom: 0!important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Try this and let us know how it goes.

    Kind regards,