hi,
Can someone please tell me how to move my H1 in the banner.
Link: https://www.smultronetshop.se/collections/kille.
Seems to not work in the shopify customise view, so anyone have any idea of the code?
hi,
Can someone please tell me how to move my H1 in the banner.
Link: https://www.smultronetshop.se/collections/kille.
Seems to not work in the shopify customise view, so anyone have any idea of the code?
Do you mean like this?
If it is, check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.banner__box h2.banner__heading.h1 {
text-align: left !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Smultronetshop ,
May I suggest to update code these steps:
#Banner-template--19790334886156__image_banner_dYgqQ8 .banner__heading {
text-align: left;
}