Page background color (wrapper?)

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemePage background color (wrapper?)

This topic has been marked as not resolved.

Hello

Firstly thanks a lot for finally being able to create a proper exchange forum

I posted this question long time ago in the themeforest questions/answers section, but of course because they are all appended it´s very hard for my to find your answer at the time, would like it posted here to be easier to find please

My question was

Let´s say I would like to use a full page background color on R=255 G=255 B=214 (look at my mainpage in vapinlife.net) so I can achieve a no background color changing when entering my webshop
- How do I change the full page background color (I think you call it the wrapper?) which is always white and not accessible on the color schemes ?

thks in advance

August 16, 2011 at 1:02 pm #710

Just edit the screen.css file located in “catalog/view/theme/shoppica/stylesheet/screen.css” and edit this info:

body.s_layout_fixed #wrapper {
  width: 998px;
  margin: 0 auto;
  background: #fff !important;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

The part where it says “background:” is what you want to edit and insert your custom color.

August 16, 2011 at 7:42 pm #726

thks a lot, will get to it

August 17, 2011 at 1:39 am #748
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 19, 2011 at 6:08 pm #879

“This means, that if you want to change the color of the #wrapper, you will have to pass through all the images and change the color base.”

How do I do that? And can you give me an example of one so that I know what you mean?

When I change the color of the wrapper, the top menu buttons will change color at first. But only until I hover over it, then it goes back to white. How do I change this so that it stays as the new color? And same thing with the dollar amount in my cart..it changes, but not permanently.

August 25, 2011 at 12:04 am #1084
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 28, 2011 at 1:31 pm #1157
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.