[ad_1]
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:
Full Size: https://d.pr/i/Yox1tm
