How can I adjust the size of a carousel button?

Hey, is it possible to change the size of the carousel button. I have linked an image to show which button I am talking about. website url is https://aurasolhumidifiers.com/

Thank You!

Hi @Aurasol

You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.
Best regards,
Victor | PageFly

Hi @Aurasol ,

Glad to support you today.

To can increase the slider button, you can check out my suggestion below to make it:

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

*Note: You can replace the numbers 15 and 1 with another number you want to increase.

It show like this when you add my code:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

@Aurasol

GO to online store > Theme > Action > edit code > layout > theme.liquid

copy below code And paste code above

.slider-counter { font-size: 16px !important; } .slider-button .icon { height: 16px !important; }