Yabb SE Next Gen Theme

1337_aaf

Neophyte
Joined
Nov 28, 2012
Messages
2
hi

please someone help me with "Yabb SE Next Gen" Theme
theme link:
Code:
http://custom.simplemachines.org/themes/index.php?lemma=2338
i want to change the logo and the background of the forum where it says all Yabb Yabb Yabb in background

thanks
 

Caarrie

Fan
Joined
Oct 12, 2010
Messages
871
you can edit the logo in the admin panel under current theme

Code:
body {
    background: url("../images/theme/backdrop.png") repeat scroll 0 0 #E9EEF2;
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}

you would want to edit the image background in the above css.

also you may find stuff like this is already answered in the themes support thread on the official forum.
 
Top