How can I style my featured collection like Glowcare.se?

Topic summary

A user seeks to replicate a specific product collection layout from Glowcare.se, where product text appears on the left side rather than above the products. The desired design shows a horizontal arrangement with descriptive text positioned to the left of product images.

Current Challenge:

  • User is working with Shopify’s Studio Theme
  • Wants to modify their featured collection layout
  • Standard theme customization options don’t provide this specific layout

Attempted Solutions:

  • A helper provided CSS code snippets to adjust text alignment and button styling
  • Suggested using theme customizer settings and collection banner options
  • Multiple code attempts (text-align, background-color modifications) were tested

Outcome:

  • None of the proposed CSS solutions successfully achieved the desired layout
  • Helper noted that Studio Theme may not support this three-product feature with side-positioned text
  • The discussion remains unresolved, with the user still unable to replicate the reference design
Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

Hi Team.

How can I achieve this style:

This is actually how it looks like:

Store: Glowcare.se
PS: Glowcare1991

Can someone help me? :disappointed_face:

Go to Online Store → Themes → customize

Is it on my theme? I am actually using Studio Theme.

I don’t know no idea in studio theme you give me website access let I see

Can you show me how what the steps and code to input?

You like this style in your collection page

Nope. I want to achieve like this where the text is on the left side instead on the top of the products

Check Mark Arrow

Add this Code in customize

.button--secondary {
  background-color: black !important;
  color: white;
}

I guess this is too far from what I want to achieve.

This is the text in my concern that I would like to move on the left of the product:

And this is the style I would like to achieve:

Add this code

h1.collection-hero__title {
    text-align: end;
}

It did not work

Add this code collection banner

This is for my featured collection.

dont have one side text or three product feature in this studio theme