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
Solved! Go to Solution.
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!
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!
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!
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.