change color of links
- The topic ‘change color of links’ is closed to new replies.
Need help? Check out our Support site, then
Hi
I don’t know why, but suddenly the links are underlined yellow instead of orange (I always use #ff6c00 on this page), here is an example: https://www.directupload.net/file/d/5772/622qwnu6_png.htm
How can I change that?
The blog I need help with is: (visible only to logged in users)
Hey, Remos!
It seems that the color setup needs to be updated after the latest update for the new editor. Until then please add this Custom CSS code in My Site → Design → Customize → Additional CSS:
.single .entry-content a:not([class*=wp-block]), .page .entry-content a:not([class*=wp-block]) {
background-color: #ff6c00;
}
Let me know how it works.
George
thank you, it worked :)