Hello there,
I am trying to add a background-image to this theme, which somehow does not seem to work. I've already tried several solutions on the net, including modding several css or html files, which either did not work or was overwritten again. Does anybody experience the same?
Best regards,
mrzn
Background Image - ExtremeDark Red
Re: Background Image
Upload your image to
Now, open
Find:
Replace with:
Replace
styles/extremedarkred/theme/images/
Now, open
styles/extremedarkred/theme/colours.css
Find:
Code: Select all
html, body {
color: #FFFFFF;
background-color: #000000;
}
Replace with:
Code: Select all
html, body {
color: #FFFFFF;
background-color: #000000;
background-image: url("{T_THEME_PATH}/images/img_name.gif");
}
Replace
img_name.gif
with the name and extension of your image. After this, refresh the theme: ACP > Styles tab > Theme > Extremedark Red - Refresh-
- Style Customisations
- Posts: 10533
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius