A Shopify store owner seeks help changing the color of a period/dot in their website’s banner text. The text reads “Welcome to The I. Impossible Sauce Factory” and they want only the dot to appear in a different color (green).
Solution provided:
Wrap the dot in a <span> tag with inline CSS styling: <span style="color: green">.</span>
Add the modified text through Shopify’s Custom Content section using a Custom HTML block
Include complete HTML structure with banner styling and layout code
Issues encountered and resolved:
Center alignment problem - Fixed by adding CSS styling with max-width and auto margins
Mobile view display issue - Resolved with responsive CSS media queries
Unintended styling conflict - The custom CSS affected other page sections with background colors. Fixed by adding a specific class selector (.almo) to target only the intended banner section
The solution successfully changed the dot color while maintaining proper layout across desktop and mobile views. The helper provided complete code snippets including CSS styling for responsive design.
Summarized with AI on November 25.
AI used: claude-sonnet-4-5-20250929.
I would add it wherever you added the existing text. Just replace what you have with the example I provided above. You may need to add it as a Custom HTML block.
If you can’t get it work please include a screenshot of how you have added the existing content.