Homepage image continued up over header banner on Craft 11.0.0

Hi there, I am trying to get the image on my homepage to go all the way to the top of the page rather than having the header bar with a block of colour. Basically like the layout of the Boundless version 10.6.0 homepage. Can some one help please?

https://l33fyqad5udfsovm-56786878626.shopifypreview.com

I want the homepage to look like this https://7y0eaxlk0ldlbtqk-56786878626.shopifypreview.com

The boundless template dosn’t have the best product pages so using craft template instead but I dont like the homepage

1 Like

Hi @Kauriandoak

Do you mean like this?

If it is try 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:
.header-wrapper.color-background-1.gradient {
    background: transparent;
    color: white !important;
}
slideshow-component.slider-mobile-gutter.mobile-text-below {
    margin-top: -45px;
}
header.header.header--middle-left.header--mobile-center.page-width.drawer-menu.header--has-menu.header--has-social.header--has-account.header--has-localizations * {
    color: teal;
}
  • And Save.
  • Note: This design is need developer cause it will leave a space down the banner but your header have a small height so its unnotice. I also change the font color to be seen in white and black background. You can change it anytime or remove it.

I hope it help.

Thank you so much thats perfect! I really appreciate you taking the time to help

1 Like

Can you hep me remove the text in the header, I do not want a logo in the top left corner next to the menu icon. https://jslshnlekfrky35p-56786878626.shopifypreview.com

I would also like to make the image slider images larger so they take up the whole screen when you land on the homepage. can you tell me how to change the dimensions of the images