Shopify themes, liquid, logos, and UX
Hey everyone. I want to customize my header by adding a thin bar on the bottom to sort of create a separation between the header and the other sections, because now it is difficult to seperate the header with the rest of the page. Now, I have this:
But I want it to be like this:
I found no customizations in my theme settings. does anyone have a solution for this? My used theme is IMPACT.
Solved! Go to the solution
This is an accepted solution.
hey, I already found a solution. i added the following code in the theme.liquid file above </head>:
<style>
header {
border-bottom: 1px solid #4E5253;
}
This worked for me! You can adjust the thickness and color too.
This is an accepted solution.
hey, I already found a solution. i added the following code in the theme.liquid file above </head>:
<style>
header {
border-bottom: 1px solid #4E5253;
}
This worked for me! You can adjust the thickness and color too.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025