Hi,
Im trying to add a background image to my masthead but nothing happened. I’m using the following css:
.masthead {
background-image: url(http://localhost:8888/wp-content/uploads/2018/05/header-1.jpg) !important;
background-size: auto !important;
background-position: top right !important;
background-repeat: no-repeat !important;
}
Is there anything else that i should do?
Thanks in advance,
David