Increase size of slider arrow buttons for mobile devices

Is there any way to make the slider arrow buttons bigger? I find this really annoying specially on mobile devices.

this thread might be helpful

https://plasmiccommunity.slack.com/archives/C025BC1JJAX/p1701172153112059

@alyssa_feola Not sure it does. Seems to be related to stories instead of slider

You can use Custom Global CSS. Here’s how:

  1. Add Custom Global CSS from the Add drawer
  2. Find Embed CSS in Project Settings
  3. Add the following CSS in the Embed CSS modal:
.slick-slider .slick-arrow::before {
    font-size: 40px;
    margin: -10px;
}

The arrows should now be bigger.

Screenshot 2024-01-16 at 2.38.54 PM.png

Screenshot 2024-01-16 at 2.38.41 PM.png