cancel
Showing results for 
Search instead for 
Did you mean: 

How do I overide css styles in Luma Theme?

SOLVED

How do I overide css styles in Luma Theme?

Hi, imitially I'm going to be using the default Luma Theme but want to tweak a few things by overriding a few css styles and adding a few of my own.

 

Could someone please tell me the easiest way to do this? I'm hoping there is a really simple answer.

 

Than you

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do I overide css styles in Luma Theme?

Hi @traknet 

If you want to make any minor changes in the theme then you can add/update in magento admin as well.

https://support.weltpixel.com/hc/en-us/articles/115000705293-How-to-customize-css-xml-phtml-js-files...
Check Point 6 in the above link.

I hope it will help you!

View solution in original post

3 REPLIES 3

Re: How do I overide css styles in Luma Theme?

Hi @traknet 

You can create a child theme of luma theme.

In child theme you can create your customization and CSS changes.

You can follow any blog to create child theme.

create-child-theme-in-magento-2/ 
how-to-create-child-theme-in-magento2/ 

For more info to override in child theme:
https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/theme-inherit.html

I hope it will help you!

Re: How do I overide css styles in Luma Theme?

Hi @traknet 

If you want to make any minor changes in the theme then you can add/update in magento admin as well.

https://support.weltpixel.com/hc/en-us/articles/115000705293-How-to-customize-css-xml-phtml-js-files...
Check Point 6 in the above link.

I hope it will help you!

Re: How do I overide css styles in Luma Theme?

Hi Vimal

 

I may create a child theme at some point but for now just inserting a little css via the admin is just what I was looking for but somehow I missed it. Perfect, thank you for your help.