Blue thing in buttons | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Blue thing in buttons

Hello sololearners👋 I need your help for my project! As you can see I used 2-3 buttons but they also show the blue underlined thing in each because I used a link for them. Is there anyway to make this blue thing in my buttons go away? Cause I want my buttons to be Gold and not Gold blue. Here is the link for it😄: https://code.sololearn.com/WU3YEyam3sYr/?ref=app

5th Aug 2023, 10:24 AM
Faraz Haghbayan
Faraz Haghbayan - avatar
5 Answers
+ 3
set the text-decoration to none for unvisited link and change the font color. a{ text-decoration:none; color:black; }
5th Aug 2023, 10:38 AM
Bob_Li
Bob_Li - avatar
+ 3
Helpful as always! Thanks sir!
5th Aug 2023, 10:39 AM
Faraz Haghbayan
Faraz Haghbayan - avatar
+ 3
in regards to the second problem you need to change the pictures at the bottom to icons use this website: https://fontawesome.com/icons
5th Aug 2023, 10:53 AM
SoloProg
SoloProg - avatar
+ 1
SoloProg How cool is that! Didn't know that! Thanks!
5th Aug 2023, 10:57 AM
Faraz Haghbayan
Faraz Haghbayan - avatar
0
SoloProg I think,first I have to see how it works and so on,cause I have no Idea how to do it
5th Aug 2023, 12:07 PM
Faraz Haghbayan
Faraz Haghbayan - avatar