In css all text-links have underline
-
I show it on demo website vers https://zakrademos.com/gutenberg/
In styles we have code text-decoration: none;
a { color: inherit; text-decoration: none; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
but it doesn’t work unless you make it important (text-decoration: none!important;)
a { color: inherit; text-decoration: none!important; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
https://sath-ordex.com/dUmO0/tUVUSABI53.jpg
https://sath-ordex.com/dUmO0/nikuPepe34.jpg
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 ‘In css all text-links have underline’ is closed to new replies.