Can I add a thin, yellow stripe above the header in Shopify's debut theme?

WiktorWiniarski
Tourist
7 0 0

Hello, 

I am using debut theme, my store url is: vankeljeans.com, and I want to acheive this effect on my site (inspiration: fendi.com) (thin, yellow stripe above header) - how can I do it?

Screenshot 2021-09-29 at 00.09.00.png

Replies 2 (2)

Nick_Marketing
Shopify Partner
1487 336 462

You could try adding this to the bottom of theme.css

 

#shopify-section-header {
    border-top: 5px solid #ff9933 !important;
}

 


In case above code doesn't work, try adding this code instead

.template-index {
  border-top: 5px solid #ff9933 !important;
}



Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
WiktorWiniarski
Tourist
7 0 0

Unfortunately both of them are not working. I thought that it is possible to insert solid image in that color in the upper part of header and change its dimensions - it works, but it is visible some white space above this stripe, what do you think? You can see it here: vankejeans.com