MyBB Community Forums

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

I am new here so I need a theme exactly like the default blue theme but in Green, a couple of themes I've looked into, weren't my style. I need aw hiote background but a green instead of blue. Is there a theme like that? if not, what adjustments do I need to make in order to convert the default theme into a Green one?

Thank you
(2022-04-28, 08:23 AM)grtt Wrote: [ -> ]Hello, 

I am new here so I need a theme exactly like the default blue theme but in Green, a couple of themes I've looked into, weren't my style. I need aw hiote background but a green instead of blue. Is there a theme like that? if not, what adjustments do I need to make in order to convert the default theme into a Green one?

Thank you

I don't know if there is a green theme of mybb default blue theme

But i would'nt be to hard or to much work to change the orginal blue theme in to green 

So if i understand you correctly you want the mybb blue default theme to be green insted?
(2022-04-28, 08:23 AM)grtt Wrote: [ -> ]Hello, 

I am new here so I need a theme exactly like the default blue theme but in Green, a couple of themes I've looked into, weren't my style. I need aw hiote background but a green instead of blue. Is there a theme like that? if not, what adjustments do I need to make in order to convert the default theme into a Green one?

Thank you

You need to go into your global.css file, find 'thead' and replace background: #007fd0; with the color of your choice - example #00FF00 (green).

.thead {
    color: #fff;
    background: #007fd0;
    border: none;
    font-size: 1.1em;
    padding: 8px 12px;
}

You can visit here for a full list of hex values for shades of green: https://www.colorhexa.com/00ff00
Go to Admin CP > Templates & Style > You will see MyBB Master Style and Default. *Do not edit or delete the Default theme, you will regret it.

Click the "Options" button right hand side of Default > Click Duplicate Theme Do not delete> Give your theme a name and leave the box ticked "Duplicate Templates" > Click the Duplicate Theme button. 

Now you will see "Stylesheets" forget about them for the moment and scroll down to "Edit Theme Properties" You will see various options there but we will leave the setting as they are for now.

Scroll down to "Manage Colors" You will see under Base Color it says "None" that is the default as you are seeing the forum now, click it and choose a base colour. *Don't touch manage colors Click "Save Theme Properties"

Go into the forum and your UserCP > Bottom right under "Other Options" you will see "Board Style" open that and click the theme you just made by finding it's name. > Cluck "Update Options.

Now look at the forum and see what you think. If you don't like the base color you can change it by going back to your theme in AdminCP and change the base color.

If you look at the default theme you will find "Manage Colors" and you will see these:

black=Black
calm=Calm
dawn=Dawn
earth=Earth
flame=Flame
leaf=Leaf
night=Night
sun=Sun
twilight=Twilight
water=Water

This thread also helps: https://community.mybb.com/thread-72931.html

As does this one: https://community.mybb.com/thread-33809.html

From there it's all about playing with your theme but the basics are there for you to have fun with.

*Just remember not to mess with the default theme and keep a note of changes you make to your theme in case an update breaks it

Have fun.