Shopify themes, liquid, logos, and UX
hello,
I added a submenu for "collection" heading, but the subheadings are now on the top left. How can I make them under collection heading itself. I tried in the customization theme but didn't work.
Hi @joysa , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
shifabynajla.myshopify.com
shifabynajla
Hey @joysa
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag\
<style>
@media screen and (min-width: 768px) {
li.navigation__submenu-item {
margin: 0 !important;
}
ul.navigation__submenu-list {
display: flex !important;
justify-content: center !important;
gap: 2rem !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you. But please check how I want it to be
Hi @joysa
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
html:not(.no-js) .navigation__submenu-item [data-link] {
text-align: center;
}
.navigation__submenu {
left: 0 !important;
}
</style>
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you. But please check how I want it to be
Here is the solution for you @joysa
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style> html:not(.no-js) .navigation__submenu-item [data-link] { text-align: center !important; } </style>
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Thank you. But please check how I want it to be
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024