Navigator with image

Status
Not open for further replies.

Silver

Active Member
Aug 17, 2016
152
28
Just quickly put up a webpage in HTML and CSS but my navigator won't load with images.

For 'Home' I want to have a house icon and so on..

Yes, I have tried google for the answer and many methods.
 

Attachments

  • Screen Shot 2017-08-11 at 18.13.48.png
    Screen Shot 2017-08-11 at 18.13.48.png
    530.3 KB · Views: 17

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Have you tried using FontAwesome Icons, and just adding it to the names?
I don't think you googled enough.
 

Silver

Active Member
Aug 17, 2016
152
28
It worked. It is a black background so the icon would need to be white and it isn't clickable anyway. Way too much fuss to get this done, to be honest that I can't be bothered anymore.
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
-km2ON92TgqIXA04efQfqQ.png

Since the Icons in FontAwesome are fonts itself, it's pretty easy to change the color of the icon
through color.

Code:
#icon-you-want-to-change-color{
color: #colorid;
}
 
Last edited:

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
This thread is horrible. You're not asking for help at all, the lack of current code and proof you even tried on your own leads me to believe you don't want someone to help you learn, but do it for you. You should have posted it in the " " section, as you want to be spoon fed.
 
Status
Not open for further replies.

Users who are viewing this thread

Top