Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.XenBase #logo span {
background: url(@imagePath/xenforo/logo.svg) no-repeat center center;
display: block;
height: 70px;
}
.XenBase #logo img { display: none; }
The code was added on my site.Can you add that code back in so I can take a look.
Thank you pal.Alright you can change it back, I'll investigate it a little further today and get back to you.
#logoBlock img
{
height: @headerLogoHeight;
max-height: none;
}
Bingo!So set the path on the header logo to your SVG, then add this into your extra.css:
Code:#logoBlock img { height: @headerLogoHeight; max-height: none; }
Essentially it just needs a height or width set on it to load correctly.