Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bootstrap 4 remove underline when clicked

I have a problem removing underline that appears when clicking a menu in a navbar, this is the code that i use. but it is not working!

a.nav-link, a.nav-link:hover, a.nav-link:active, a.nav-link:visited, a.nav-link:focus {
    text-decoration:none;
}

stil no luck.

i'm using bootstrap 4 alpha

like image 210
jmv Avatar asked May 24 '26 21:05

jmv


1 Answers

you can remove underline in all a tag

 a, a:hover,a:visited, a:focus {
    text-decoration:none;
}
like image 177
Vahid Alvandi Avatar answered May 26 '26 10:05

Vahid Alvandi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!