Hello,
This issue has been fixed in our latest version or theme, please try to update the theme to the latest version 2.0.2 to fix the issue.
Or try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.single .entry-content a, .page .entry a {
text-decoration: none;
}
.single .entry-content a, .page .entry a:hover {
text-decoration: none;
}
Thanks.
I am with the latest version 2.0.2 and WP 5.6.
and, tried the code, still did not work.
Hello,
That is quite odd, please share Clear entire browser/website/cloud cache.
Reset scripts via Theme Panel > Scripts & Styles, by disabling all, then enabling back again and saving changes, and check.
If not resolved by the above, share the page URL to check it.
Can you please check you see the same issue?
https://aandesilva.com/
Hello,
Please try to replace the above code with this one and check.
.single .entry-content a, .page .entry a:hover {
text-decoration: none !important;
}
.single .entry-content a, .page .entry a {
text-decoration: none !important;
}
Happy to hear that your issue has been fixed 😊