Shopify themes, liquid, logos, and UX
today i saw this header, and i want to make my header like that, can anyone show me how to do it, thank you .
here is my store link (password: 1): https://test-test-test-tutorial.myshopify.com/?_ab=0&_fd=0&_sc=1
Solved! Go to the solution
This is an accepted solution.
Hi,
Hope this will help
- Need Change Header Settings (Look for options to adjust the layout, colors, and fonts to match the style you want.)
- Add Custom Code (If Needed)
Code example
.header {
display: flex;
justify-content: center;
align-items: center;
background-color: white; /* Change to match your theme */
padding: 10px 0;
}
.nav {
font-size: 16px;
font-weight: bold;
}
This is an accepted solution.
Hi,
Hope this will help
- Need Change Header Settings (Look for options to adjust the layout, colors, and fonts to match the style you want.)
- Add Custom Code (If Needed)
Code example
.header {
display: flex;
justify-content: center;
align-items: center;
background-color: white; /* Change to match your theme */
padding: 10px 0;
}
.nav {
font-size: 16px;
font-weight: bold;
}
yes thank you, this is also a solution, I want to ask if there is a way to make the header on the left, and the content and footer on the right like the picture above, and if so how?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025