Remove Slider Circles/Arrows - Athens Theme

Does anyone how to remove the button sliders on the athens theme? I tried the code

.flickity-slider .grid-item .button{display:none;} but didn’t seem to work.

Hello @David123123

Could you please share your store URL or the page link ( with a pass if your store password is enabled ). I think I can give you the right solution

Hi @David123123
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

Sorry about that, here it is.

https://artgex.myshopify.com/ - pass: Superpowa321

Hi @David123123
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

slideshow-navigation {
display: none!important;
}

Thanks! this worked