MyBB Community Forums

Full Version: searching for a suitable theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would like to create a YouTube forum soon. It should be kept simple. Can anyone recommend something to design?

It should be white with red color combination.

greeting
I have not seen an YouTube theme on MyBB, yet. You can achieve a lot by using CSS

To begin with

.thead {
    background: #f6492d;
    color: #fff;
    border-bottom: 1px solid #263c30;
    padding: 8px;
}

The above code will change forum headers in blue to Red. Play more with CSS or, get a custom theme built.
I will suggest you to try Red version of default theme, with little modification it will become good Smile
My css is not good. Can anybody help me?
I already gave you the code for the basic changes. Try " Inspect " feature in Google Chrome.