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
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025