[Links visible only for registered users]
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(
[Links visible only for registered users]); background-size: cover; background-repeat:no-repeat; max-width:100%;
}
.alignleft-home {
margin: 39px 0px -77px 0;
}
Comments