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

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

Solved

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

tomorrowgolf
Excursionist
19 0 5

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_0-1617895780136.png

 

Accepted Solution (1)

NerdCurator
Shopify Partner
454 81 117

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;}

 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 10+ years.
- Was my reply helpful? Click Like to let me know! Coffee tips fuel my dedication.
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com

View solution in original post

Reply 1 (1)

NerdCurator
Shopify Partner
454 81 117

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;}

 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 10+ years.
- Was my reply helpful? Click Like to let me know! Coffee tips fuel my dedication.
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com