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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -