Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Felipe Santos

    (@foosantos)

    Hi there,

    You can do this with CSS:

    a:where(:not(.wp-element-button)):focus {
        text-decoration: underline;
    }

    In this case, it will add an underline instead of the dashed underline.

    You can add this CSS by going to the Site Editor, then Styles. There you can click on the three-dot icon (kebab menu), and go to Additional CSS:

    https://d.pr/i/Yox1tm
    Full Size: https://d.pr/i/Yox1tm

    Thread Starter jurkri

    (@jkristobans)

    Thank you, @foosantos. That worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove dashed underline after clicked link’ is closed to new replies.