MyBB Community Forums

Full Version: How to add my own stylesheet?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello. I recently wrote a new css stylesheet for my forum in notepad and saved it as as a .css file. How can I use this in my forum. Where do i upload it?
admin panel --> themes (click on a theme / click on options button) --> edit theme --> Add Stylesheet -->

File Name <-- filename.css ; Attached to <-- select Globally OR specific files (eg. index.php)

select Write my own content then add the style code AND save it ..
Alright. So theres no way to add the file i've already written, without doing the above? I remember when i had Labroccas tabbed menu there was a tabbed.css file there, can I do something similar?
well, you can upload your css file to a folder and include it through headerinclude template / any related template

<link type="text/css" rel="stylesheet" href="path/filename.css" />
Ahh thats where i went wrong probabbly. . Thanks alot.