Shopify themes, liquid, logos, and UX
Hi guys,
Website: seraneeva.com
1. How can I remove the separator lines when the menu icon is clicked? Pic for reference
2. How can I add an arrow animation effect to option when they are hovered in the menu?? Pic for reference "new in" is being hovered
Here is code I used to add the arrow to my newsletter signup, but only want the arrow to appear on hover in menu:
<svg class="is-inversed" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6 12L10 8L6 4" stroke-width="1.5" stroke-linejoin="round" stroke="#fff">"</path></svg>
Solved! Go to the solution
This is an accepted solution.
Hi @flammagreg
To remove the border.
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 "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.mobile-nav__item:after, .mobile-nav.locale--mobile:after, .mobile-nav__logo-title--inner {
border: none !important;
}
#NavDrawer .mobile-nav-grid-container .mobile-nav--footer {
-webkit-box-shadow: unset !important;
}
And save.
For adding arrow, that needs a developer to add the svg code. You may add the svg by css but still needs the function of the arrow inside the store.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @flammagreg
To remove the border.
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 "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.mobile-nav__item:after, .mobile-nav.locale--mobile:after, .mobile-nav__logo-title--inner {
border: none !important;
}
#NavDrawer .mobile-nav-grid-container .mobile-nav--footer {
-webkit-box-shadow: unset !important;
}
And save.
For adding arrow, that needs a developer to add the svg code. You may add the svg by css but still needs the function of the arrow inside the store.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Would you be able to help with the arrow animation?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024