MyBB Community Forums

Full Version: How do i add new CSS.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically i want to add logo to the CSS then under header part.
ETC.

So it can be easily edited with the theme.


How do i add the extra CSS thanks Smile

I'd also like to edit the container so that the top of it is straight and the bottom is curved.
But the top reaches the top and the bottom doesn't.
Has anyone got the code .

Thanks Smile
Under the "Advanced Mode" tab you can directly edit the CSS, including adding and removing classes.
But how do i name, like put to the right place.
Or can i place using the index template.?
Not following you.

But, for example, if you want to add the following CSS:

#somecss {
	background: #000;
	color: #FFF;
}
Then you would need to add the following HTML in the desired template (for example in the index or the header template)

<div id="somecss">
Content here.
</div>
Just add the content, i got ya, Smile
Will use that now

Thanks