Hello everyone!
Here my website: https://team-muge.myshopify.com/
I would like to modify the geometric shape of my header to have this type of result: https://crossfitmiramas.fr/
Does anyone have an idea how to do this with CSS code?
Thank you so much in advance,
Best regards,
Max COSTA
@MaxCosta
@media screen and (min-width: 1170px) {
#shopify-section-header-classic [data-enable_overlay="true"] .header {
background-color: transparent;
}
header#header {
background: url(Add image path);
height: 177px;
background-repeat: no-repeat;
background-size: 100%;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid
note : Add the image first on your store like this
Hi there,
I’m struggling to understand how this works.
I’ve tried to implement your code into my theme.css around the rest of the header variables, but no matter what URL I add for the image, my header just remains white. Even with the background-colour set to transparent.
@dapplestudio ,
Share your issue and URL. I will help you.
Hello
It doesn’t work for us too.. this is the link : jitensha-tokyo-paris.myshopify.com
Thank you in advance,
Best regards,