Skip to main content

Hyperlink text color from Theme Settings not carrying over to Post Content Element

Comments

4 comments

  • Ariel H.

    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
  • Michael Martin

    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
  • Ariel H.

    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
  • Michael Martin

    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.