Hyperlink text color from Theme Settings not carrying over to Post Content Element
I am following up on an earlier post and don't think I made myself clear, for I see (only) post from 2020 that address this subject by not satisfactorily.
1) I have built templates for posts.
2) In the WP body (content) of the post are BOLD HYPERLINKS, which ARE inheriting the THEME color scheme.
3) I add the CONTENT element to the Brizy template and the resulting pages do not show the hyperlinks as either BOLD or colored blue.
-
Hi Michael,
Thank you for reaching out to us.
I'm sorry to inform you that Brizy doesn't automatically adopt the color scheme of the theme. Currently, the style is determined by the selected styling in the editor, as shown in this screenshot - https://imgur.com/y1Yp99p
However, you can still address this issue by using custom CSS with the !important tag as shown on the below example. You can change red and blue to your preferred colors.
a:hover {
color:red !important;
font-weight: bold !important;
}
a:link {
color:blue !important;
font-weight: bold !important;
}I hope this helps.
Best regards,
Ariel H.0 -
Ariel -
Thank you for your quick response, but this is still not the correct code. It changes the Header hyperlinks, and not the blog post content link. I really am surprised that you have not just incorporated this feature into the text editing element.

0 -
Hi Michael,
Thank you for keeping in touch.
To better assist you, could you please share the URL of your website with us? Rest assured, if you prefer to keep it private, we won't display the URL in this support thread. This will allow us to inspect your site and offer you with a CSS code that specifically work on your posts.
Best regards,
Ariel H.0 -
Ariel -
You may close this ticket. I happens on every Brizy site, for I have read multiple over posts from site developers complaining about it for more than 3 years. I am shocked that there is not a CSS code already widely publicated fro this issue.
0
Please sign in to leave a comment.
Comments
4 comments