How do I fill the sides with the color that’s in the middle? I’m using Dawn 11
Hi @AudriuZ ,
Would you mind to share your store URL website? with password if its protected. Thanks!
website: https://illume.lt/
pass: tankas
I added a screenshot if you didn’t notice
Yes, I already check. But im looking the same picture. its this section right?
- 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:
- And Save.
.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--19384183521610__2a5baa9d-d58a-4af2-9037-2db57f0dcda1-padding.scroll-trigger.animate--slide-in {
background: blue;
}
Result:
Note: You can change the color. What ever you desire.
I hope it help.
How do I put the same color as the background?
Try this one.
Same Instruction.
.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--19384183521610__2a5baa9d-d58a-4af2-9037-2db57f0dcda1-padding.scroll-trigger.animate--slide-in {
background: #1E2127;
}
Sorry for late response, but it doesn’t change the color. It’s still white on the sides
Hi, I check your website but it not on th white color?
If its not working. Put the !important.
This one.
.image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-corners.section-template--19384183521610__2a5baa9d-d58a-4af2-9037-2db57f0dcda1-padding.scroll-trigger.animate--slide-in {
background: #1E2127 !important;
}
What browser you are using? im using chrome. Also I check in the incognito its already in the black background.
Also in Mozzilla.
Hmm thats weird. Im also using Chrome
Did try to open on other device?
Yes I did, still the same.