Quick post regarding the update to WordPress 6.6 which can be done manually, or in some rare cases on sites hosted by BeBizzy, automatically.
If you see links are now underlined on your site, either contact BeBizzy Consulting and I will insert this CSS code for you, or you can log into to Custom CSS area and enter :
/* Remove Link Underline */
/* Link Underline */
a {
text-decoration: none !important;
}
This will remove underline text link decorations throughou the website.
I am working on running updates in the next week or so and will insert this code where needed, but if you can or want to do it that’s the easy fix!