MyBB Community Forums

Full Version: Making a theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im making a theme (my first, so hopefully its good). I want to create an elemant to the theme, but I need to add CSS to it. I know how to make the CSS but how do I get the CSS to show up in the templates. Like what code?
Add this in the header,
<link rel="stylesheet" href="LINK/TO/CSS" type="text/css">
Could I do this inside the ACP, like add a stylesheet in that or no? I thought that was possible
Also, how would I add a vB header?
You can do the stylesheet in the header template, yeah - but I don't see why you would..

Create oneToungue
[attachment=12851]So your saying this wouldn't work?

Also, I don't know how, which is why I asked the questionDodgy
I thought you meant like in the template. But yes, you can do it from the Admin CP. I'm not a good person to ask about making a vBulletin header.
Alright so that works, now, do I need to call it like a regular .css file, or it will automatically find it, and use it?
I think it will automatically call it and load it, but I could be wrong.