MyBB Community Forums

Full Version: Duplicate Stylesheets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After adding a new custom theme, I get this in header:

<link type="text/css" rel="stylesheet" href=".../forum/css.php?stylesheet=26" />
<link type="text/css" rel="stylesheet" href=".../forum/css.php?stylesheet=27" />
<link type="text/css" rel="stylesheet" href=".../forum/css.php?stylesheet=28" />

It's over-riding some new styles I've added.
Can't figure out why. Any suggestions?
obviously you have to disable them or find the elements causing the conflicts and prevent the overrides