Hi there,
I wanted to use an .svg version of the logo, so following the thread here (after downloading the svg support plugin): https://kriesi.at/support/topic/use-svg-as-the-logo/
I’ve added on my custom css the following code and it works fine in dekstop version:
.logo img {
display: none;
}
.logo {
background: url(‘https://lex4you.it/wp-content/uploads/2021/06/LEX4YOU_logo_default.svg’) no-repeat;
width: 340px;
height: 125px;
}
The problem is that on the mobile version, I have two times the logo which overlaps.
Can you help me on displaying also on mobile the correct svg logo?
Thanks