All things Shopify and commerce
Hello, im trying to remove the scroll bars on the photo and the + signs on the photo.
Any ideas?
Solved! Go to the solution
This is an accepted solution.
Hello @AntonBjarki
Go to online store ----> themes ----> actions ----> edit code ---->base.css/theme.css
add this code at the end of the file and save.
.section-header .header .left .menu ul li a.plus::after {
content: none;
}
.section-header .header .left .menu ul li ul.second {
overflow: auto;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey,
Can you please share the store URL? This could be fixed using CSS.
Thanks,
Shubham | Untechnickle
Oh, and there’s something brewing behind the scenes that’s redefining customer experience. Curious? It’s time to Revize your store. Don’t say we didn’t warn you.
antonbjarkiolsen.com
pass: passwordpassword
Hi @AntonBjarki
.section-header .header .left .menu ul li ul.second {
overflow: hidden !important;
}
This is an accepted solution.
Hello @AntonBjarki
Go to online store ----> themes ----> actions ----> edit code ---->base.css/theme.css
add this code at the end of the file and save.
.section-header .header .left .menu ul li a.plus::after {
content: none;
}
.section-header .header .left .menu ul li ul.second {
overflow: auto;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hello! Thank you for the help i noticed the plus signs are still on mobile (See image) Also i have another problem. The text on my photos are cut off on mobile. Any ideas?
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