I don’t like the bold in the menu! :)
-
Here’s my site: https://urltea.com/1vsi
Although there is no bold specified in any of the font tags of my menu, the font shows up bold. Any ideas?
Here is my code:
#menu {
background: #000000;
color: #ff3366;
font-family: Lucida Grande, Helvetica, Verdana, Arial, Courier, Sans-Serif;
padding: 0px 0px 25px 0px;
margin-bottom: 5px;
text-align: left;
}
#menu h2 {
margin: 0px;
}
#menu li {
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu ul {
margin: 0px;
}
#menu ul li a {
color: #ff3366;
padding: 0px 15px 0px 10px;
text-decoration: none;
border-right: 1px solid #ff3366;
font-size: 20px;
}
#menu ul li a:hover {
color: #ff3366;
background: #000;
text-decoration: none;
}
- The topic ‘I don’t like the bold in the menu! :)’ is closed to new replies.