What is the way to render this background image in the main-outer div, using the custom.css?
.main-outer {
background: #c8ebf7 !important;
background-image: url("images/grrad3.png"); /* The image used */
background-color: #c8ebf7 !important;
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}
.tm-content {
padding: 15px;
background: none;
}
Last edit: 7 years 3 months ago by
dlong.
The topic has been locked.