MyBB Community Forums

Full Version: Navigation are bold.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the navigation boldness?

[Image: 55pij6.png]
what is your URL?
Hello,

Find this code in your global.css file:

.menu ul {
color: #000000;
font-weight: bold; <=Remove this line in you global.css file
padding: 4px;
text-align: right;
}