How can I center specific text on the Dawn theme?

Solved

How can I center specific text on the Dawn theme?

emma-rosenthal
Visitor
3 1 0

Hello, 

 

I modified the code to justify the text on my shopify : https://seasters.shop/

 

However, there is some texts I want to be centered for example here : 

https://seasters.shop/pages/our-story : the text under "Childrend of the Sun" 

https://seasters.shop/pages/heart-of-seasters : the text under "Our Mission" 
https://seasters.shop/pages/100-handmade : the text under "100% Handmade and Unique"

How can I modify this ? 

Thank you ! 

Emma 

Accepted Solution (1)
emma-rosenthal
Visitor
3 1 0

This is an accepted solution.

Worked ! 

Thank you 🙂

View solution in original post

Replies 2 (2)

Sweet_Savior_3
Shopify Partner
1336 102 138

Hello @emma-rosenthal 

 

Paste the below CSS at the bottom of 'base.css' file.

 

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .rte > p {
    text-align: unset !important;
  }
}

 

OUTPUT:

Sweet_Savior_3_0-1706721936836.png

 

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
emma-rosenthal
Visitor
3 1 0

This is an accepted solution.

Worked ! 

Thank you 🙂