Solved

Change background image with Metafields (Boundless theme)

leonkl
Tourist
21 0 1

Hi, 

I'm trying to implement a way to change my background image for specific pages without having it in the hard code. I want to use metafields to be able to change the color of that specific page.

Here's how I implemented the background image in the theme.scss.liquid in the first place (it works). In the theme.liquid I assigned the background-class to all of my page handles.

 

body.background-class {    background-image: url({{ "https://cdn.shopify.com/s/xyz" }});
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
  background-size: cover; 
   background-align: center;
  background-repeat: no-repeat;
    background-attachment: fixed;
}

 

 

Now I tried to put in the metafields code like this which won't work:

 

body.background-class { background-image: url({{ "page.metafields.global.background" }} );

 

 

I tried multiple ways to code this but can't find a way to make the metafields code work within the url() brackets.

 

Thanks for your help! 🙂

Accepted Solution (1)

oscprofessional
Shopify Partner
15846 2371 3074

This is an accepted solution.

body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}

Hi,

Try to add like this !

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Reply 1 (1)

oscprofessional
Shopify Partner
15846 2371 3074

This is an accepted solution.

body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}

Hi,

Try to add like this !

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing