Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I would like to have this Logo (attached below) scaled to go across the blank space on top of the Navigation bar. Many thanks!
website: prevailplants.com
Hi @bebop87
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.m-header__inner {
background-image: url(https://prevailplants.com/cdn/shop/files/WEB-500-x-250px.png?v=1713028225&width=200);
background-size: contain;
background-position: center;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thank you for your response. This is the displayed effect with the presented code, looking for just one image to fill the blank space. Thank you