How can change bg colour for specific section

Topic summary

A user seeks help changing background colors for specific sections on their Shopify store (rmfbaits.ro), noting that previous attempts affected all sections globally.

Solution Provided:

  • Add custom CSS targeting specific section classes to the theme’s CSS file (base.css, style.css, or theme.css)
  • Example code targets a support block: .support-block.meha-custom-support-block-3 { background: #86010a; }
  • Access via: Shopify Admin → Online Store → Themes → Actions → Edit Code → Assets folder

Follow-up Questions:

  • User asks how to identify block/section numbers to create alternating color patterns (black, grey, black, grey)
  • Specifically requests help with “box section” and “first section with 4 categories”
  • Helper indicates section identification requires examining the code

Status: Ongoing - user needs additional guidance on locating section identifiers for multiple sections.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hello,

Please write me here, the contact and email doesn t exist.

How can change the colour in shopify just for a specific sections? i found various variants, but changes for all.

Thank you!

web - rmfbaits.ro

password - rmf2025@!

Thank you!

1 Like

Hi @qadesign25

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.support-block.meha-custom-support-block-3 {
    background: #86010a;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Thank you,

How you can find block number, because i want make one section black, one grey, one black, one grey.

Really thank you!

Do you mean the section? YOu can find it by code.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Help me please with box section and first section with 4 categories.

Thank you!