Re: background image in dawn theme

How can I add a background image in the Dawn theme?

jasss
Tourist
7 0 1

hello, i would like to add a background image in the Dawn theme.
here is an example of what i mean:  the image in the background around the page
https://www.universeonatshirt.com/i-like-it-here-by-universe-on-a-t-shirt-shop

 

but i want to create that in the dawn theme here:
https://almost-summer.com/

i dont care if it's not in the full width image photo banner

can someone point me in the right direction on how to do this?

Replies 6 (6)

KetanKumar
Shopify Partner
37618 3670 12163

@jasss 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

body {
    background-image: none;
    background-image: url(https://static1.squarespace.com/static/569b830…/t/5c30cdc…/1546702275661/almost-summer-bck2.gif);
    background-position: top left;
    background-size: auto;
    background-attachment: scroll;
    background-repeat: repeat;
    background-color: #e3eaf2;
    color: #5c5c5c;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
SpotterJ
Shopify Partner
67 1 18

Would you know how to make it responsive, ie use rimg?

Learning something new every day
effry
Visitor
1 0 1

Thank you 

KetanKumar
Shopify Partner
37618 3670 12163

@effry 

thanks for it do you need more help let me know

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
evian
Visitor
1 0 0

this didn't work. can someone please help.

ThirdEyeMerch
Visitor
1 0 0

Hi there,

 

I can't seem to get this to work either on Dawn 2.0.

 

Can you assist? Please let me know where approx this needs to go in the Base.CSS coding and if there have been any alterations?