change hyperlink color and underline
-
Hi everyone,
I am using the “Custom Twitter Feeds” plugin on a wordpress site with the twenty seventeen theme.
To get the hyperlink color I like and to remove the underline on non-hovered links, I added this custom css:
.entry-content a {
color: #008488;
border: none;
box-shadow: none;
}.entry-content a:hover {
-webkit-box-shadow: inset 0 -1px 0 currentColor;
box-shadow: inset 0 -1px 0 currentColor;
}This works great on the site, but unfortunately, the “Custom Twitter Feeds” plugin still displays black, underlined hyperlinks.
Is there a way to change that?
thanks,
geb
The page I need help with: [log in to see the link]
- The topic ‘change hyperlink color and underline’ is closed to new replies.