Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Problem removing parts of header.

Solved

Problem removing parts of header.

AntonBjarki
Excursionist
37 0 9

Hello, im trying to remove the scroll bars on the photo and the + signs on the photo.

Any ideas?Screenshot 2024-11-25 023229.png

Accepted Solution (1)

GTLOfficial
Shopify Partner
665 140 133

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
24.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 6 (6)

TheUntechnickle
Shopify Partner
86 9 24

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. 

AntonBjarki
Excursionist
37 0 9

antonbjarkiolsen.com
pass: passwordpassword

DaisyVo
Shopify Partner
933 115 130

Hi @AntonBjarki 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

GTLOfficial
Shopify Partner
665 140 133

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
24.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
AntonBjarki
Excursionist
37 0 9

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?

AntonBjarki
Excursionist
37 0 9

AntonBjarki_0-1732677006865.pngAntonBjarki_1-1732677119724.png