Shopify themes, liquid, logos, and UX
Hello, can someone please help me? When you scroll over “Home” and “Shop” on the Home Screen of our website, a long white bar appears. How can we remove this?
Our store link is: https://fwt18i5f103q1w24-77401129260.shopifypreview.com
Thank you so much!
Solved! Go to the solution
This is an accepted solution.
Hello, @mjayxf
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Assets > style-main.scss (file) and Paste the below code at the bottom of the file -> Save
#header .menu ul li.dropdown:hover .list-woman {
visibility: hidden;
}
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
This is an accepted solution.
Hello, @mjayxf
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
<style>
#header .menu ul li.dropdown:hover .list-woman{
visibility: hidden !important;
}
</style>
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
This is an accepted solution.
Hello, @mjayxf
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Assets > style-main.scss (file) and Paste the below code at the bottom of the file -> Save
#header .menu ul li.dropdown:hover .list-woman {
visibility: hidden;
}
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
Hi there! I appreciate your reply. I already pasted the code, but the concern remained when I previewed it. Do I paste them in the wrong file? Please let me know. Thank you
This is an accepted solution.
Hello, @mjayxf
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
<style>
#header .menu ul li.dropdown:hover .list-woman{
visibility: hidden !important;
}
</style>
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
It now working! Thank you so much for your help.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024