Hi, I have formatted hyperlinks to have a specific color, bold and underlined in the global customizer (Additional CSS) but now want to remove the formatting completely for some specified links in the content. I’ve tried the following:-
.remove-link-decoration a {
text-decoration: none;
}
And then added ‘remove-link-decoration’ in the Advanced > Additional CSS Classes field for the specific links but it doesn’t seem to work.