Jump to content

How to change background


Recommended Posts

OK Guys, I've updated a new theme for opencart known as velvetsky

 

check out the live demo at

 

http://themes.dapurpixel.com/velvet/

 

and I've been trying to change the background to it (check www.dawahforum.com)

 

However the lower part of the background is not changing so I need some help with that, anyone know how I can change that?

 

Secondly, how could I change the colour of the text on the page?

 

Lastly, the slider only displays one image and does not really 'slide' how can I solve this issue ( I am using nivo slider)

 

If you can answer any questions please help!

Link to comment
Share on other sites

  • 1 month later...

Hello!

 

I've changed the background colour like that:

 

MyTheme/css/global.css:53

 

 

body{

font:normal 11px/14px Arial, Verdana, sans-serif;

color:#303030;

background:#303030;

}

 

et MyTheme/css/global.css:559

 

 

/* ************************************************************************************************

FOOTER

************************************************************************************************ */

#footer {

color:#fff;

background:#303030

}

 

For texts I do it with categories_block in global.css, for every block I had to change.

 

I hope it is Ok for you.

Edited by thejinnlefou (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...