Shopping Cart Operations > Tips and Tricks
Change Header to Bacgkround-Image CSS Not working?
(1/1)
evolancer:
I have been successfully able to change the header colors on my website but unable to change the header to a background-image.
1. I'm modifying the style.css file.
2. The picture is of a single plank of wood. I'm repeating the image: background-repeat: repeat; in the header section of stye.css
3. I checked my linking for the background-image(/public_html/storefront/view/default_html5/image/woodgrain.jpg); and it appears to be correct.
Anybody have a successful example or quick way to fix this problem?
Basara:
Hello.
Try to use similar CSS code
--- Code: --- background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
--- End code ---
in the
--- Code: ---.headerstrip { }
--- End code ---
css rule
../storefront/view/default_html5/stylesheet/style.css about line 232
evolancer:
Thank you I will give this a shot!
Navigation
[0] Message Index
Go to full version