Site logo

Archived topic

Removing red required underlining

5 replies · Started by Carlos on October 3, 2017

Viewing posts 1–6 of 6

How do I get rid of the red underlining under the required asterisk? Also when you hover over it, it becomes a question mark cursor. Sorry this is probably simple CSS but I can't find anything online about this specific instance.

Screenshot of generatepress

Hi there,

Can you link me to the page? Thanks!

Hi Leo,

Apologies only just saw this. Here is a link to a page that it's happening on.

Thanks

Give this a shot:

abbr {
    text-decoration: none;
}

Awesome, worked thanks Tom.

You're welcome :)

This archived topic is closed to new replies.