Shopify themes, liquid, logos, and UX
Hi I’m looking to change the arrow down / chevron in mobile navigation and mobile footer to a plus sign similar to amiri website.
My site is https://luxurymrkt.com
Solved! Go to the solution
This is an accepted solution.
Hi @Luxurymrkt,
Go to Assets > theme.css and paste this at the bottom of the file:
.site-footer .collapsible-trigger__icon .icon {
display: none !important;
}
.site-footer .collapsible-trigger .collapsible-trigger__icon:after {
content: '+';
display: block;
position: absolute;
font-size: 18px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.site-footer .collapsible-trigger.is-open .collapsible-trigger__icon:after {
content: '-' !important;
}
Hope it helps!
This is an accepted solution.
Hi @Luxurymrkt,
Go to Assets > theme.css and paste this at the bottom of the file:
.site-footer .collapsible-trigger__icon .icon {
display: none !important;
}
.site-footer .collapsible-trigger .collapsible-trigger__icon:after {
content: '+';
display: block;
position: absolute;
font-size: 18px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.site-footer .collapsible-trigger.is-open .collapsible-trigger__icon:after {
content: '-' !important;
}
Hope it helps!
amazing!! Works perfect
for anyone looking to do this
for navaigation also just change site-footer in the 3 diff lines of coding to mobile-nav
Is there a way to make the + and - it Not bold tho. Want similar to picture and my menu
I tried adding font-weight: normal; but didn’t seem to work
Anyway to change the plus sign to semi bold or normal? The bold is way to bright for the menu. Thank you
Fixed it
changed to this +full width plus sign
Hey thank you, is there a way i can make it transformable. like a smooth transition from + to -
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024