Hi,
I have read through the forums, but can't seem to work it out. I want to add a background picture to the top border of my cart that covers the width of the page. The background picture is a pattern that i want to fade to white a few inches down the page.
What do i have to change in coding to make the background appear? and also not to repeat the image down the page. i.e. just one row along the top.
My cart is here http://www.housewarewarehouse.com.au/index.php
Thanks in advance for any help you can give.
I have read through the forums, but can't seem to work it out. I want to add a background picture to the top border of my cart that covers the width of the page. The background picture is a pattern that i want to fade to white a few inches down the page.
What do i have to change in coding to make the background appear? and also not to repeat the image down the page. i.e. just one row along the top.
My cart is here http://www.housewarewarehouse.com.au/index.php
Thanks in advance for any help you can give.
Regards
Chris Fardon
Fardon Webhosting & Design
https://www.stoneconceptsoz.com/ocart
Could anyone also tell me how to make a colour just down the left hand side of the shopping cart? from the screen edge to the edge of the shopping cart. I would like to make and orange colour on the left, but leave the bottom, top and right hand side white.
Regards
Chris Fardon
Fardon Webhosting & Design
https://www.stoneconceptsoz.com/ocart
i dont know how to do this, would you mind explaining to me where i do this?
Regards
Chris Fardon
Fardon Webhosting & Design
https://www.stoneconceptsoz.com/ocart
OK.
1. create an image 1px high and whaterver width you require say 300px wide with the colours you require and upload it to your catalog/view/theme/default/images directory.
2. open the catalog/view/theme/default/stylesheet/style.css file. substitute the default for your theme name if you have created another theme.
3. add to the area.
and your done.
Phil.
1. create an image 1px high and whaterver width you require say 300px wide with the colours you require and upload it to your catalog/view/theme/default/images directory.
2. open the catalog/view/theme/default/stylesheet/style.css file. substitute the default for your theme name if you have created another theme.
3. add
Code: Select all
background: url(../image/yourimage.png) repeat-y;
Code: Select all
html {
and your done.
Phil.
Hi, Thanks for everyones help so far, but i only have it half working. i have created the 1px image, and added the code to the css....but it all appears under my cart.
http://www.housewarewarehouse.com.au/index.php
Also the brown should stop at the left hand side of the cart, not overlap it.
Also they want me to add a logo which is the same height as the header but sitting on the left hand side of the header over the brown that will be down the left side (lol when i can get it fixed) i have the logo in the images folder, what do i put to makte it apear?
http://www.housewarewarehouse.com.au/index.php
Also the brown should stop at the left hand side of the cart, not overlap it.
Also they want me to add a logo which is the same height as the header but sitting on the left hand side of the header over the brown that will be down the left side (lol when i can get it fixed) i have the logo in the images folder, what do i put to makte it apear?
Regards
Chris Fardon
Fardon Webhosting & Design
https://www.stoneconceptsoz.com/ocart
Sorry didn't read your first post properly.
change the 1px high image I told you to create with the colour fade to white image you have and remove the repeat-y and you will have to make the header transparent if you want it to show through that as well.
change the 1px high image I told you to create with the colour fade to white image you have and remove the repeat-y and you will have to make the header transparent if you want it to show through that as well.
lol the first post is old they had changed there mind by then. i just need to get the brown going all the way to the top at the moment. but it is only showing under my page as stated in my last post.
please see my page here
http://www.housewarewarehouse.com.au/index.php
please see my page here
http://www.housewarewarehouse.com.au/index.php
Regards
Chris Fardon
Fardon Webhosting & Design
https://www.stoneconceptsoz.com/ocart
There appears to be calls to two separate themes on your site.
1. WebUnitTheme2
2. default
and images being pulled from both the template directories and a directory off the root called image.
Backup First!!!!
Can I suggest that you make a copy of the default theme directory catalog/view/theme/default and paste it into catalog/view/theme/WebUnitTheme2.
Make all of the changes required for your theme in the WebUnitTheme2 directory then go to admin and select the WebUnitTheme2 as your new theme before you do anything else.
The changes that you are trying to implement are being overwritten by the second css and the system can't find the images for the box top and box bottom for example.
1. WebUnitTheme2
2. default
and images being pulled from both the template directories and a directory off the root called image.
Backup First!!!!
Can I suggest that you make a copy of the default theme directory catalog/view/theme/default and paste it into catalog/view/theme/WebUnitTheme2.
Make all of the changes required for your theme in the WebUnitTheme2 directory then go to admin and select the WebUnitTheme2 as your new theme before you do anything else.
The changes that you are trying to implement are being overwritten by the second css and the system can't find the images for the box top and box bottom for example.
hi, if i copy all the default folder accross into the web unit theme 2 directory, will that destroy that theme all together and i end up with the default theme?
Regards
Chris Fardon
Fardon Webhosting & Design
https://www.stoneconceptsoz.com/ocart
Then apply your existing modifications that you have made to the new WebUnitTheme2 theme.phpuk wrote:Backup First!!!!
Then you will have a separate theme of your own and then you know if you make any changes you only need to make them in one place the new WebUnitTheme2 theme.
As it stands at the moment you all calling images from three different directories and css from two separate themes.
All I am saying is put it all in one theme directory (the same structure as the default theme) make your changes there and then select this in the admin section. This will make it far simpler for you to manage and to maintain in the future.
Of course the choice is yours.
Who is online
Users browsing this forum: No registered users and 11 guests