Hi, I installed the SVG plugin SUPPORT
My home page has transparent header, I use 2 logos (positive and negative). I put the logo in “Theme options” and it’s all OK but when I insert the SVG logo for transparent header here is that everything disappears, even the main logo.
There are solutions?
Thanks
Giorgio
Hey giorgio_betagrafic,
May you share your website link and the WP credentials, please?
Best regards,
John Torvik
Hi,
I share my website link and the WP credentials in Private Content.
Web site is “under construction”, I can’t keep it for a long time online,
I’ll put it as early as possible in “comingsoon mode”.
I hope for a quick intervention.
Thank You
Giorgio
Hi Giorgio,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
Victoria
Thanks,
I solved like this:
Paste this code in Theme options> General Style> Rapid CSS
.logo a img {
max-height: 264px;
height: 264px;
width: 150px;
}
If you want adjust it on mobile devices
paste this code in Theme options> General Style> Rapid CSS
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img { max-width: 60%; }}