How to change the color (blue) of embedded link?
Hi there,
I need to automatically change the color of text with an embedded link in my blogs? Ideally, it should be blue.
Here's my blog - https://bestsellingbook.com/blog/isbn-for-book/
How can I do it?
0
-
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 -
I tired. It is changing the color on my website. But it is not changing the color on my blog. Please help.
0 -
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 -
Hi, Did it. Still its not working. Here's a blog - https://bestsellingbook.com/blog/isbn-for-book/ ᐧ
0 -
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.
Comments
5 comments