Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
Solved! Go to the solution
This is an accepted solution.
@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;}
This is an accepted solution.
@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;}