MyBB Community Forums

Full Version: Change category font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change? I know it's .thead

thead {
 background: #2e4861;
color: #fafafa;
padding: 10px 15px;
border-radius: 2px 2px 0px 0px;

font-weight: 400;
}

.thead a:link, .thead a:visited {
color: #ffffff;
font-weight: 400;
text-decoration: none;
}

.thead a:hover, .thead a:active {
color: #ffffff;
}

.thead_collapsed {
opacity: 0.5;
}

There is no font text? How can I add or what I need to change? Thanks.
font-family: customfont;
Nothing happened, I want to add MadPixel font..

font-family: 'MadPixel';