Child theme missing fixed background
-
Hi there,
The background image in the normal theme works fine. I have it set on fixed and the page scrolls nicely in front of it on the contact form section. On a fresh child version of the theme, however, the background is set to scroll and I’m having problems getting this to be fixed. It appears only as a gray background no matter what I do.
The css for this in the main theme is:
<style type=”text/css” id=”custom-background-css”>
body.custom-background { background-image: url(“https://www.digestinn.nl/wp-content/uploads/2018/01/Digestinn_promo3c.jpg”); background-position: center top; background-size: auto; background-repeat: no-repeat; background-attachment: fixed; }
</style>While in the child theme it is:
<style type=”text/css” id=”custom-background-css”>
body.custom-background { background-image: url(“https://www.digestinn.nl/wp-content/uploads/2018/01/Digestinn_promo3c.jpg”); background-position: center top; background-size: auto; background-repeat: no-repeat; background-attachment: scroll; }
</style>I seem to be unable to change this through css. Is this an oversight in the theme or is this intentionally locked for the pro version? Is there any way I can change this in the free version of the theme?
- This topic was modified 7 years, 2 months ago by .
- This topic was modified 7 years, 2 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Child theme missing fixed background’ is closed to new replies.