Is it possible to add background images to title bars?
Hey!
Try adding this code to the Quick CSS:
.title_container{
background-image: url(_IMG_URL_);
background-repeat: no-repeat;
background-position: center center;
}
Cheers!
Josue
Thank you!