Skip to main content

How to change the color (blue) of embedded link?

Comments

5 comments

  • KC George

    Hi Vikrant,

    Can you please add this to the Additional CSS and see if it helps. If it works, please replace the color #c36 with the color of your choice. 

    .brz-rich-text a {
       color: #c36 !important;
    }

    0
  • Vikrant Shaurya

    I tired. It is changing the color on my website. But it is not changing the color on my blog. Please help. 

    0
  • KC George

    Hi Vikrant,

    Can you try this and see?  

    .brz .brz-css-novdd *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(b):not(strong):not(i):not(span) {
        color: none;
        
    }

    u {
        color: #FF6B6B;
    }
    0
  • Vikrant Shaurya

    Hi, Did it. Still its not working. Here's a blog - https://bestsellingbook.com/blog/isbn-for-book/ ᐧ 

    0
  • KC George

    Hi Vikrant,

    It may not be possible to change the link color globally. You may have to change it manually.

    0

Please sign in to leave a comment.