Page 1 of 1

how to set background image on default theme 2.0.3.1

Posted: Fri Jan 01, 2016 10:58 pm
by dragonaz
Hello, i need you advice and help.
Could you please advice me consider the following.
I have set background image in view/theme/default/stylesheet.css
I have read a lot of topics and instructions and still cannot guess why it is not like i want to be.
Please take a look at my store http://barfin.is-bg.com/
There is background image but it takes affect at "featured" and "new products".
My wanting is that the background image will be there but not showing behind "featured" and "new products".
The desired effect is like this shop http://forumseller.com/saman/
Could you please guide me?
Thank you in advance.

Re: how to set background image on default theme 2.0.3.1

Posted: Fri Jan 01, 2016 11:11 pm
by cyclops12
You could try adding a background to #content in theme/YOUR_THEME/stylesheet/stylesheet.css around line 312
change this:

Code: Select all

#content {
	min-height: 600px;
}
to this:

Code: Select all

#content {
	min-height: 600px;
   background: rgba(255,255,255,0.95);
}

Re: how to set background image on default theme 2.0.3.1

Posted: Fri Jan 01, 2016 11:20 pm
by dragonaz
@cyclops12 Hey Thank you very much this just works!
I`m so excited! Finally! You made my day!
I am so grateful! :crazy: