Hi everyone,
I am looking for a way to make the titles in my menu bar bold? I know it must be easy to do...But I can't figure it out!
Here is a link to my blog:
http://www.eyecandyonline.ca/blog
Much thanks if you can help this novice out. :)
Hi everyone,
I am looking for a way to make the titles in my menu bar bold? I know it must be easy to do...But I can't figure it out!
Here is a link to my blog:
http://www.eyecandyonline.ca/blog
Much thanks if you can help this novice out. :)
Edit style.css and change:
#menu li a {
float: left;
height: 25px;
text-align: left;
text-decoration: none;
}
to:
#menu li a {
float: left;
font-weight: bold;
height: 25px;
text-align: left;
text-decoration: none;
}Thanks so much! Worked like a charm. :D
This topic has been closed to new replies.