- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2017
10:13 PM
03-08-2017
10:13 PM
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
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2017
02:56 AM
03-13-2017
02:56 AM
Re: Picture background for category pages
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
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2017
10:50 AM
03-16-2017
10:50 AM
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.