Links don't show up in Brizy Posts Template
Hi, I've created a new template in Brizy for our blog posts but for some reason, the links don't show up on the posts after I publish it. The links appear to be regular text. If I mouse over them, they show as clickable and they open the links properly.
But the formatting is identical to the paragraph text and therefore you can't see where the links are in the content body.
Here is an example post where the problem is:
One of the first links is "A recent survey from Statista" if you want to see the problem. The link is there but it looks like everything else.
I saw a similar question below but the ticket was private:
-
Hi Peter,
You are right, Brizy does not have a feature to highlight hyperlinks. However I see that your blog post hyperlinks are highlighted with an underline. Could you solve the problem already?

You could add this to Additional CSS if you need to highlight hyperlinks using a normal and hover color
/*Add link color, and hover color to blog posts */
p a {
color: #3581e4 !important;
}
p a:hover {
color: #fe4800 !important;
}0
Please sign in to leave a comment.
Comments
1 comment