Change text alignment to center in Slideshow text on homepage (Narrative theme)

Hi there,

using the Narrative theme and want to change the text alignment to “center” in the slideshow part of my homepage.

What do I have to change in the code?

Link: https://tomorrowgolf.com/
PWD: letsmakeitbig
Theme: Narrative

You can find it at the very bottom of the homepage.

@tomorrowgolf You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.scss.css file.

.featured-slider__slide-title{text-align: center !important;}
1 Like