News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Classic Yabb - Background Color and Adding Button

Started by SuperZambezi, July 19, 2009, 11:04:57 PM

Previous topic - Next topic

SuperZambezi

After upgrading to from 1.1.9 to 2.0 RC1-1, I can't find the code to edit the color of the background of the forum for the Classic Yabb Theme.

Does anyone know where it is? Thanks. :)

Remixed

Look for the following:

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
   color: #330099;
   font-size: small;
   font-family: tahoma, sans-serif;
}


Once you have found that skip two lines down and add the following:

/* The main body of the entire forum. */
body
{
   background-color: #000000;
   margin: 50px;
   padding: 50px;
}


Note: I changed the margin, and padding to make it show a little better fix it up to your needs though.

-Remixed




SuperZambezi

Thank you, that did it. :)

I also want to add buttons to the menu bar but it is also different from 1.1.9. Where can I find the code? Thanks. :)

Remixed

No problem,

Can you please attach your Subs.php for the theme and I'll make the edits, I'll also need to know what buttons you would like added.

-Remixed

SuperZambezi

#4
Attached. :)

The button is "Website" and the address would be http://www.supermariopartysite.com

thanks. :)

Advertisement: