Rich text image background - dawn theme

Topic summary

A user seeks help adding an image background to the Rich Text section in the Dawn theme for their Shopify store (deshoeshop.com).

Proposed Solution:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Locate the CSS file (base.css, style.css, or theme.css) in the Assets folder
  • Add custom CSS code targeting the specific Rich Text section class
  • Replace the placeholder URL with the actual image path
  • Save changes

Current Status:
The suggested CSS solution did not work for the original poster. The issue remains unresolved, with no alternative solutions provided yet.

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

hi there, is there any way to add image background for rich text section? please advice

i am changing my site https://deshoeshop.com bit of design and need to change background with image for specific rich text section.

thanks for the help.

1 Like

Hi @DSS5

You can try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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:
.rich-text.content-container.color-accent-1.gradient.rich-text--full-width.content-container--full-width.section-template--20427997708581__23412a41-9c0c-4012-b35e-94a1f965e615-padding {
    background-image: url('path/to/your/image.jpg');
}
  • Change tthe url where your image.
  • And Save.

I hope it help.

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

NO mate, not working. thanks anyway.