enter image description herehi, i am new to magento would some one please help me to set this in a right way
i just have change the background color of header and footer of my magento store in the base directory within the tag .page-header .panel.wrapper path:"https://cartify.shop/pub/static/version1486689053/frontend/Magento/luma/en_US/css/styles-l.css" it has been saved correctly and showing in the coding but the frontend didn't show any changes at my home page
1 Answer 1
The easiest way to add styling to a magento 2 store is to add your code here:
ADMIN> CONTENT> Design> CONFIGURATION
Click Edit for the appropriate view (global, website or store)
Open tab HTML Head, under Scripts and Style Sheets, you can add the following:
<style type="text/css">
@media (min-width: 768px), print {
.page-header .panel.wrapper {
background-color: #fff
}
.copyright {
background-color: #f00
}
}
</style>
Click Save Configuration
Clear Cache
-
please also give the method to change the background color of footer copyright areacartify shop– cartify shop2017年02月10日 17:58:17 +00:00Commented Feb 10, 2017 at 17:58
-
Added the copyright as well.Joshua34– Joshua342017年02月10日 18:02:28 +00:00Commented Feb 10, 2017 at 18:02
-
its just vanished all the content in my site, displaying nothingcartify shop– cartify shop2017年02月10日 18:09:31 +00:00Commented Feb 10, 2017 at 18:09
-
my mistake, sorry for that, All changes have done seamlessly, thanks a lotcartify shop– cartify shop2017年02月10日 18:12:29 +00:00Commented Feb 10, 2017 at 18:12