I would like to center the navigation buttons under the collection name and on top of the product photos within the featured collection sliders on our main products page, but I cannot find a way to do so within the theme customization page.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.carousel__navigation-buttons.featured-collection-slider__navigation-buttons {
justify-content: center !important;
}