Topic: Make the header links bold?
You know the userlist, index, login, etc. What command can I add to the css to make the links bold
Thanks
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Make the header links bold?
You know the userlist, index, login, etc. What command can I add to the css to make the links bold
Thanks
Add this to your theme CSS (for example Oxygen.css):
#brdmenu A:link, #brdmenu A:visited {
font-weight: bold;
}
Awesome! Thanks!
PunBB Forums → PunBB 1.2 troubleshooting → Make the header links bold?
Powered by PunBB, supported by Informer Technologies, Inc.