cancel
Showing results for 
Search instead for 
Did you mean: 

Help me in creating a custom theme in Magento 2

Help me in creating a custom theme in Magento 2

I have an online store and I need to customize a few things on my website. Recently I found out that we can create customized themes on Magento 2. I think that will be best for my website, however I feel like I've hit a bit of a roadblock. I have created directories, declared and registered the theme. Now, what is next?

2 REPLIES 2

Re: Help me in creating a custom theme in Magento 2

Please share your code for creating custom theme, Which directory and which file are created for this.

Thanks.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Help me in creating a custom theme in Magento 2

Here are the next steps for your Magento 2 theme:

 

1. Create basic theme files (theme.xml, etc.)

2. Add images (logo, favicon) to web/images folder

3. Set up CSS/LESS files in web/css directory

4. Create/modify layout XML files for structure changes

5. Override parent theme templates as needed

6. Apply theme in admin (Content > Design > Configuration)

7. Clear cache and test on different devices