• hello, i just noticed that after updating the theme, text decoration settings work no more: my settings are set with “no decoration” ( ” – ” ) for links, but now links’ underlining appeared again.

    I have a child theme, with just “header.php” , “footer.php”, “style.css” and “functions.php”. all the rest is inherited from father theme (sydney vanilla).

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @mirkob82,

    To fix the issue, ry adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    :root .site :where(a:where(:not(.wp-element-button))) {
    text-decoration: none !important;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.