Remove Underline Links on Single Posts
-
I want to thank the entire team behind OceanWP for creating and supporting such an amazing theme.
I want to remove the underlined links on my single post pages but show the underline when a user hovers over the links. This is similar to what Google does on its search engine results pages.
I tried the following code but it only works on the homepage not the single posts.
.single .entry-content a, .page .entry a {
text-decoration: none !important;
}
.single .entry-content a, .page .entry a:hover {
text-decoration: underline !important;
}Any suggestions?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Underline Links on Single Posts’ is closed to new replies.