SiteOrigin Features – how to change the link color?
-
Trying to figure out how to change link color for the SiteOrigin Features.
I have used this code to change the link colors across ALL widgets:
#main a { color: #0072bb; text-decoration: none !important; } #main a:hover { color: #d81d22; text-decoration: none !important; }
But I wanted a specific SiteOrigin Features widget to have a different link color, so I added this to custom CSS:
.mytest a { color: #000000; } .mytest a:hover { color: #ffffff; }
Then added mytest on the widget styles > attributes > widget class. It doesn’t seem to be working?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘SiteOrigin Features – how to change the link color?’ is closed to new replies.