How to remove Underline in Announcement Bar Links

To remove the underline in the Announcement Bar Links, you can follow these.

#1. You can use this code to Custom CSS box

div#announcement-bar-text-inner-id a {
    text-decoration: none !important;
}

image

image