Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

File metadata and controls

12 lines (8 loc) · 401 Bytes

m2customcss

Allows editing a site-wide CSS file via the Magento 2 admin

Installing

  • Download the files and copy them in your existing Magento installation
  • php bin/magento module:enable Pgrigoruta_CustomCSS
  • php bin/magento setup:upgrade

Usage

Add your own CSS at Stores > Configuration > Developer > Custom CSS. Cache clearning might be needed for the changes to appear in the frontend.