CSS code to change link color is not updating
-
I am trying to update the color of the links that show up in the comments. When I add CSS in the customizer it changes it as I’d like, but does not update on the actual site. I don’t believe this is a cache issue as it is the only item being affected. It’s as if there might be some code elsewhere that is over-riding (perhaps in elementor), but I can’t think of anything, is there a way to see all the css code that I’ve added in elementor? Or all css code in general?c
This is the code I’m using:
.post-template-default a.customize-unpreviewable { color: blue; } .post-template-default a.customize-unpreviewable:hover { color: light blueviolet; opacity: 1; font-weight: bold; letter-spacing: 0.2px; }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS code to change link color is not updating’ is closed to new replies.