Can not remove underline of a element css -
i'm working on site https://stagetoday.squarespace.com/ .
in left bottom corner, there link, can't remove text-decoration:underline when hover on it.
i tried text-decoration:none
, text-decoration:none!important
still stays.
can me?
it border
#bottombar a:hover { border: none; }
or link
.sqs-block-content a:hover { border: none; }
Comments
Post a Comment