- Edited
Hi, I am trying to change the background on the ja masthead, using the following custom.css override, but the image does not appear.
.t3-masthead .ja-masthead:after {
background-image: url('../images/myfeock/homepage/bg-decor2.png')!important;
background-size: contain;
background-repeat: repeat;
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 2;
}
Many thanks