Removing automatic underline for link text without CSS
Is there any way to stop Brizy underlining link text without css? I have no coding experience and thought this was a no code design program. I am using Astra Pro and have already unchecked their "do not underline link" text option.
Surely it would be easier for Brizy users to have a similar option in your interface?
-
Hi Richard,
The underline on links is usually controlled by the active theme you're using. Could you try temporarily switching to a different theme and see if the issue still happens? If the underline goes away with a new theme, you can switch back to your original theme and check under Appearance -> Customize, there may be an option specific to your theme to remove the underline from links.
Another thing to check is if there’s any custom CSS in the Additional CSS section. If you find any, look for something like this:
a:link {
text-decoration: underline;
}If you do find a rule like this, let me know, and I can walk you through the steps to remove it safely.
Please give this a try and let me know how it goes.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment