A user wants to change the color of a collection title (“BATMAN COLLECTION”) to red in their Shopify store using the Studio theme. They also inquire about creating a moving/sliding collection feature similar to brand carousels on Shopify homepages.
Solution Provided:
A support responder offers CSS code to change the collection title color:
Navigate to Online Store → Theme → Edit code
Open Assets → base.css file
Add the following CSS at the bottom:
.collection_title h2 { color: #ae7474; }
Replace the color code (#ae7474) with the desired color
The user provided their store URL and password for troubleshooting. The secondary question about the moving/sliding collection feature remains unaddressed.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I tried to add the collection list section and I want to change the color of BATMAN COLLECTION into red. How do I do it?
Also if you could share an app or code for a moving/sliding collection please similar to the moving brands in Shopify home page. I’m using Studio theme.
@Perf
Sorry you are facing this issue,
It would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you with a solution here.