cancel
Showing results for 
Search instead for 
Did you mean: 

Picture background for category pages

Picture background for category pages

Hallo,

 

is it possible to set a picture as a fullscreen background for the category pages? 

If it is only possible with CSS, can it be done within the admin-panel? And What is the instruction-code.

 

Thank you very much

 

2 REPLIES 2

Re: Picture background for category pages

@fp_dailybread

 

It is possible using the CSS but there is no way to do it via the admin panel. 

 

The only option you have is to put the following piece of code in your magento_catalog/web/css/module.less file in your Magento theme and then compile it. 

background-image:url('path/to/file')

 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Picture background for category pages

Thank you very much for your answer. I understood that the only way ist to modify the CSS-Instructions but unfortunately i can't find a module.less file, but there is a _module.scss file.

I've modified this instead - and several others too - but without success.

Bildschirmfoto 2017-03-16 um 18.49.31.png