+ 1
remove underline on link using bootstrap framework?
can anyone have any idea, how to remove underline from link ? i am using bootstrap 5.0 framework and creating forum project.
7 Respuestas
+ 1
Govind Pithiya
text-decoration-none in Bootstrap 4 and I don't think there is bootstrap 5. It's bootstrap 5 alpha.
+ 4
Govind Pithiya
Use text-decoration: none in CSS
+ 1
thanks for answering,
i already know that but is there any bootstrap class to do that without adding manual css ?
+ 1
Govind Pithiya
Yes if you are using bootstrap then there is already available with class.
+ 1
ok thanks buddy
+ 1
thanks buddy
text-decoration-none works on bootstrap 5
0
can you please mention that class ?
i need it for my forum project