Background Image disappeared from Home Page on Theme Update!
https://saddlebackeye.com/
HELP!! I just updated the BE Theme and now the code that I was using to display a background image (on the Home Page ONLY) no longer works! How do I make the background image display? Here's the code that worked before the update: This code was at the bottom of the home page editor, custom css.
html {
background: url(https://saddlebackeye.com/wp-content/uploads/2018/09/crystal-clear-beach2.jpg); background-size: cover; background-repeat:no-repeat; max-width:100%;
}
.alignleft-home {
margin: 39px 0px -77px 0;
}
html {
background: url(https://saddlebackeye.com/wp-content/uploads/2018/09/crystal-clear-beach2.jpg); background-size: cover; background-repeat:no-repeat; max-width:100%;
}
.alignleft-home {
margin: 39px 0px -77px 0;
}
Comments