Can’t get rid of hover line on links
-
EDIT: Solved. The solution was to add
.comment-content a:after, .entry-content a:after, .comment-respond a:after, .site-footer a:after { display:none; }
to Appearances->Customize->Additional CSS.
—
When the mouse hovers over a hyperlink, a pesky red line appears underneath it. I’ve tried:
a:hover{ text-decoration: none; border-bottom: none; } a {outline : none;} .entry-content a { border-bottom: none; }
– on Appearances->Customize->Additional CSS
– on Appearances->Editor->style.css
also on the Slider Revolution Custom CSS because initially I thought this was an issue with the text in the slider, but later realized it’s from the whole theme.
also on style.css:
– every instance of
border-bottom
was commented out and replaced byborder-bottom:none
;– every instance of
a:hover
that had border-anything had that border commented out– every instance of
box-shadow
was commented out and replaced bybox-shadow: none
;The red line keeps showing up when I hover. I don’t know what else to do. I also asked someone to clear their cache and cookies and then refresh the website. The underline/border/box is still there. Is there anything else that could be causing this?
- The topic ‘Can’t get rid of hover line on links’ is closed to new replies.