How can I alter the color of my logo list in the Turbo theme?

Topic summary

A user seeks to change the background color of the “logo list” section in Shopify’s Turbo theme but cannot find a built-in option.

Key Issue:

  • The Turbo theme lacks a native setting to modify the logo list section color
  • Initial support response requested storefront password access
  • User noted that theme.scss.liquid file doesn’t exist in Turbo’s asset folder

Proposed Solution:
A PageFly representative suggested adding custom CSS:

  • Navigate to: Online Store → Theme → Edit Code → Assets → styles.scss
  • Insert CSS at bottom of file: .logo-list-section { background: red; }
  • Color value (“red”) can be customized to match website design

Status: Solution provided but not yet confirmed as implemented or successful by the original poster.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

Hello,

I would like to change the color of the section “logo list”. I am using the Turbo theme but don’t see any way to change the color of this section. How do I change the color?

Tendensbaseret Digital Markedsføring & Grafisk Design (graphicdesigncpr.myshopify.com)

Thanks in advance!

Hello,

Storefront password please!

Thank you for your message,

The code is GatedCPR. It didn’t help unfortunately.

Firstly there’s no “theme.scss.liquid” file in assets on turbo theme.

The code is GatedCPR

Hi @marcusalexander ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.scss->paste below code at the bottom of the file:

.logo-list-section {
    background: red;
}

NOTE: You can change value “Red” to fit your website

I hope it would help you
Best regards,

Richard | PageFly