HELP! Looking to center featured collection heading in Stiletto

Hello I’m looking to center the featured collection heading in the Stiletto theme. I would love it if someone would tell me the code please AND screenshot for me where I should put it. I’m loosing today!! Would love some help.

@ChristineKStorc Can you please share this page link?

Hi, could you please provide your store URL?
Without it, we won’t be able to verify the issue.

Yes it is monkees-of-mount-pleasant.myshopify.com // password is bucaim

Yes it is monkees-of-mount-pleasant.myshopify.com // password is bucaim

@ChristineKStorc - it can be like this

I would like to remove the arrows completely and just have the heading centered.

@ChristineKStorc

please add this css to the very end of your theme.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → theme.css

@media (min-width: 720px) {
    .featured-collection-slider__meta .featured-collection-slider__navigation-buttons.visible {display: none !important;}
}

Thank you so much that worked!!!