cancel
Showing results for 
Search instead for 
Did you mean: 

Changing CSS files in Magento 2.1.2

Changing CSS files in Magento 2.1.2

Currently trying to change the top menu background color, tried to change it from the css files, found out through firebug that the file pub/static/frontend/Venustheme/beat/en_US/css/styles-l.css is the one responsible for this,

 

And even tried to change it on firebug to confirm, turns out it actually is.

 

So I changed the css file and refreshed the page, but nothing changed, looked up solutions for this, flushed cache storage, flushed Magento cache and flushed javascript/css cache through the admin interface, didn't work,

 

Checked the URL in core_config_data turned out to be correct, can anyone help with this? and is there a way to change the css files through the admin interface?

 

Also what is the difference between beat and beat_child?

 

and does the less file affect that in anyway?

1 REPLY 1

Re: Changing CSS files in Magento 2.1.2

Hi @Wat_,

 

 

You shouldn't modify the CSS from the pub folder directly, you should modify the source CSS file and then deploy the changes using the command-line tool.


As you can see in this diagram, there is a fallback system implemented in Magento 2 for CSS:

DIAGRAM.png

 

 

I recommend you to read the following article from Inchoo:

http://inchoo.net/magento-2/css-preprocessing-in-magento-2/

 


Best regards.

Gabriel

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.