Hi,
I have created a holding page for a client and have designed the page using the blank template.
The image being used for the logo is going to be an svg file. I have installed the SVG Support plugin and have uploaded the svg file.
Currently I have a png file in place but want the sharpness of the svg file for retina displays.
When I put the svg image in place of the png file nothing shows. Can anyone help?
The logo image is 300px by 144px in size.
Here’s the link to the site: Click to see site
Many thanks.
Hi,
for the .svg logo just add this:
.logo a img {
width: 300px;
}
and in case there is no link this one :-)
.logo img {
width: 300px;
}
afterwards your logo should be visible.
Regards
Alex
Hi,
Thanks for helping out @Evendril, did you try that out and did you have any luck with it @KenMarshall?
Best regards,
Rikard
Working on it this morning. Will let you know if it works.
This didn’t work. I uploaded the svg image to the website and placed it in the page. Once updated and viewed on the front end then nothing there. Althought the image is the logo it isn’t in the usual logo place as I have created the page using the blank template.
See here: Holding page using a blank template
Did I do something wrong?
Hi KenMarshall,
Here are some threads to consider:
https://kriesi.at/support/topic/how-to-use-svg-as-logo/
If you need further assistance please let us know.
Best regards,
Victoria