Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, i have the paid of expression theme for my website www.littleonespreloved.co.uk. I've added a border line underneath my main navigation, after my previous border line seemed to have disapeared. However, now it is underneath my social icons. Please could anyone advise me on how to change it so the social icons are just underneath the border line.
I used this border code in Theme.liquid:
<style>
header {
border-bottom: solid 1px !important;
}
</style>
Thank you
Solved! Go to the solution
This is an accepted solution.
try this instead:
<style>
.main-nav-bar {
border-bottom: solid 1px black !important;
}
</style>
This is an accepted solution.
try this instead:
<style>
.main-nav-bar {
border-bottom: solid 1px black !important;
}
</style>
Thank you, this worked!
Exchange on this code.
<style>
.page-header--content {
border-bottom: 1px solid;
}
</style>
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you! this has sorted it!
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