Hi
Im Trying to use a different logo on mobile than desktop for my site http://fiveelementaustin.com/. ive looked at similar topics and none of the code listed is helping me solve the problem
ive added:
@media screen and (max-width: 767px) {
.x-brand.img {
background: url(http://fiveelementaustin.com/wp-content/uploads/2018/08/MOBILELOGO.png);
background-repeat: no-repeat;
display: block !important;
background-size: contain;
min-height: 150px;
}
.x-brand img {
display: none;
}
}
but still shows normal logo
