its called my services, and wanting to center it.
Topic summary
A user needed help styling a section title on their Shopify store, specifically:
Issues identified:
- Title text appearing in black in the left corner, making it difficult to read
- Title needed to be changed to white color
- Title needed to be centered
Solution provided:
A CSS code snippet was shared to be added to the theme.liquid file, just above the </body> tag. The code targeted the specific section title to:
- Change text color to white
- Center align the title
Outcome:
The solution successfully resolved both formatting issues. The discussion is marked as resolved.