Setting color for specific links
-
I would like to set up a CSS class to change the theme’s default color for specific links. I need to do this when the links appear within a colored block that’s the same color as the default link color.
I’m hoping to do this by defining a CSS class. I’ve tried setting it up like this:
.a:link.white-link { color: #ffffff !important; }
But if I insert white-link into Gutenberg’s Additional CSS Class(es) box for the relevant block, nothing happens. I’d really appreciate some help with this.
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Setting color for specific links’ is closed to new replies.