skip to Main Content

I am trying to copy the default home page from the demo shop with Luma theme.
Using a demo store where the homepage looks like this:

enter image description here

I have then copied the image over and on my clean installation of Magento running same theme (Luma) and copying the below html code from the demo store.

<span class="content bg-white">
    <span class="info">New Luma Yoga Collection</span>
    <strong class="title">Get fit and look fab in new seasonal          styles</strong> 
    <span class="action more button">Shop New Yoga</span>
</span>

But when I test then I do not get the label on the image as above. It looks like this still:

enter image description here

What I am doing wrong ?

Thanks !

2

Answers


  1. You also need to copy CSS from the theme as well. Without that, it won’t work properly.

    Login or Signup to reply.
  2. You can set the Luma Theme as your parent theme in the declaration of your demo theme and you will get all the styles from Luma without the need of copying them.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search