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.
You could try adding a background to #content in theme/YOUR_THEME/stylesheet/stylesheet.css around line 312
change this:
to this:
change this:
Code: Select all
#content {
min-height: 600px;
}
Code: Select all
#content {
min-height: 600px;
background: rgba(255,255,255,0.95);
}
Who is online
Users browsing this forum: No registered users and 46 guests