How do i get the slider buttons inside the image instead of as a bar? Taste theme

Hello @lisanchem
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slideshow.css
add this code at the end of the file.

.slideshow__controls.slider-buttons.slideshow__controls--border-radius-mobile {
top: -45px !important;
border: none !important;
}

result

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