remove underline on link using bootstrap framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

17th Dec 2020, 6:45 AM
Govind Pithiya
7 Answers
+ 1
Govind Pithiya text-decoration-none in Bootstrap 4 and I don't think there is bootstrap 5. It's bootstrap 5 alpha.
17th Dec 2020, 8:43 AM
A͢J
A͢J - avatar
+ 4
Govind Pithiya Use text-decoration: none in CSS
17th Dec 2020, 8:35 AM
A͢J
A͢J - avatar
+ 1
thanks for answering, i already know that but is there any bootstrap class to do that without adding manual css ?
17th Dec 2020, 8:36 AM
Govind Pithiya
+ 1
Govind Pithiya Yes if you are using bootstrap then there is already available with class.
17th Dec 2020, 8:39 AM
A͢J
A͢J - avatar
+ 1
ok thanks buddy
17th Dec 2020, 8:43 AM
Govind Pithiya
+ 1
thanks buddy text-decoration-none works on bootstrap 5
18th Dec 2020, 1:08 PM
Govind Pithiya
0
can you please mention that class ? i need it for my forum project
17th Dec 2020, 8:40 AM
Govind Pithiya