Hi there,
I want to add a background image to a rich text section on my website https://taneraskin.com/
Particularly the white “Was ist KP?” section. Can somebody tell me what css code to add?
Best,
Isa
Goal: Add a background image to the “Was ist KP?” rich text section on a Shopify site.
How to implement:
Notes:
Status: Actionable steps given; no confirmation of results. One participant criticized Shopify’s reliance on custom code versus drag‑and‑drop customization; no platform changes or resolution reported.
Hi there,
I want to add a background image to a rich text section on my website https://taneraskin.com/
Particularly the white “Was ist KP?” section. Can somebody tell me what css code to add?
Best,
Isa
You can add:
background-image: url(“the link of your image”);
To the rich-text class
if you only want to add it to “Was ist KP?” section than add the code above to this class “section-template–17904032514316__811dcafe-2424-4f44-b0d7-eed3a00159d4-padding”
Thank you! So where exactly do I have to enter it? And can the URL be pasted from the uploaded media?
You can go to you CSS and search for “section-template–17904032514316__811dcafe-2424-4f44-b0d7-eed3a00159d4-padding” then add it inside the blocks.
Yes the URL can be uploaded media.
Hello @isabellemaria
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.section-template--17904032514316__811dcafe-2424-4f44-b0d7-eed3a00159d4-padding {
background-image: url("add your image url");
}
Why does every solution to Shopify require custom code? All the most up to date applications including Divi, Wordpress, Elementor, and others are drag and drop solutions. These top solutions also require one payment, not monthly subscriptions. Why do we have to pay for Shopify monthly yet have to become programmers and write custom code for virtually EVERY solution??? Makes no sense. Maybe Shopify should take some of the millions in revenue and improve the platform so it’s easy for users to customize it!!!