this is my website:www.bmcarcover.com
Topic summary
A user asks how to center the subtitle text in their featured product line section on their Shopify store (www.bmccarcover.com).
Initial confusion: The text initially appeared reversed/mirrored in screenshots, causing some back-and-forth clarification.
Solution provided: Two support representatives offer the same fix:
- Navigate to Shopify Admin β Online Store β Theme β Edit Code
- Open the theme.liquid file
- Insert custom CSS code above the
</head>tag (or</body>tag per one response) - The CSS targets the featured collection subtitle with
text-align: center
Outcome: Screenshots show the solution successfully centers the subtitle text. The issue appears resolved, with responders requesting the user mark the solution and provide feedback.
Hi @Jim_65 , I donβt see that text appear.
try again
ok
Hi @Jim_65 ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hey @Jim_65
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed


