Hello, im trying to remove the scroll bars on the photo and the + signs on the photo.
Any ideas?
Main issue: Remove scroll bars on a header image and eliminate “+” icons over the photo.
What was tried:
Context provided:
Latest update/issues:
Status and next steps:
Hey,
Can you please share the store URL? This could be fixed using CSS.
Thanks,
Shubham | Untechnickle
Hi @AntonBjarki
To complete your requests, please follow these steps:
.section-header .header .left .menu ul li ul.second {
overflow: hidden !important;
}
Here is the result: https://prnt.sc/0t3kgdEWMyne
I hope this helps
Best,
Daisy
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
pass: passwordpassword
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?