I would like to set a backround picture for my shop, how that is done in the blanco theme?
I can't find any '@import url' text from the code.
Am I missing something or how should this be done?
I would guess the Blanco theme doesn't have a background image, just a color. So you could try adding an image url element after the:
body {
background-color:
line in the css file.
You need to have the image and your own css file uploaded to file manger of course.
I would guess the Blanco
I would guess the Blanco theme doesn't have a background image, just a color. So you could try adding an image url element after the:
body {
background-color:
line in the css file.
You need to have the image and your own css file uploaded to file manger of course.
Thanks for the help, that
Thanks for the help, that worked.