[Resolved] Removing red required underlining

Home Forums Support [Resolved] Removing red required underlining

Home Forums Support Removing red required underlining

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #396445
    Carlos

    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

    #396675
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the page? Thanks!

    #397590
    Carlos

    Hi Leo,

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

    Thanks

    #397714
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    abbr {
        text-decoration: none;
    }
    #397721
    Carlos

    Awesome, worked thanks Tom.

    #397725
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.