Remove scrolling arrows from section

Solved

Remove scrolling arrows from section

martujv
Trailblazer
232 2 46

Hello!

 

I'm using this style of footer menu, with icons and automatic switching, but I want to remove the strange arrows on the sides (with the long white shadow) since they don't look very good. Is there any code to do that?

 

(It's a custom section)

 

Reference image:

 

Captura de pantalla 2024-06-14 a las 13.27.31.png

 

Is there any code that I can apply directly to the custom section? I tried many things but nothing works!

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

- Here is the solution for you 

- Please follow these steps:

step.png

- Then find the theme.css file.

- Then add the following code:

.quotes:before {
 display: none !important;
}
.quotes:after {
 display: none !important;
}

- Then press 'Save' to save the code.

- Here is the result you will achieve:

BssTekLabs_0-1718377643753.png

 

- Good luck. Please press like and mark it as the solution if you find it helpful.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7105 1907 2339

Hey @martuj 

 

Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


martujv
Trailblazer
232 2 46

website: www.winnerofficial.com password: y21

GTLOfficial
Shopify Partner
801 167 178

Hello @martujv 
Please provide the URL of your website, so that i can check.

- 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
martujv
Trailblazer
232 2 46

This is the website: www.winnerofficial.com And the password: y21

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

- Here is the solution for you 

- Please follow these steps:

step.png

- Then find the theme.css file.

- Then add the following code:

.quotes:before {
 display: none !important;
}
.quotes:after {
 display: none !important;
}

- Then press 'Save' to save the code.

- Here is the result you will achieve:

BssTekLabs_0-1718377643753.png

 

- Good luck. Please press like and mark it as the solution if you find it helpful.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
martujv
Trailblazer
232 2 46

Thank you!