This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Hello
I have hyperlink set in several pages and posts.
I am using WP Bakery>Text Block.
I have created the link using the tool above the body in Text Block.
After I have created the hyperlink, the liks text turns Blue and is underlined, which is exacrly what I want.
However, after publishing the page, the same hyperlinked text is the same color and not underlined. There is no way to tell at a glance where the links are in the body of text.
I have never seen this happen before.
How do I fix it so all hyperlinked text in pages and posts will be blue and underlined like they are when creating the page?
Please help.
Thanks
Hello,
Your site under maintenance mode, so we can’t check it.
Try to add the next custom CSS code:
p a {
color: blue;
text-decoration: underline;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up