Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1066457

    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.

    #1066616

    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

    • This reply was modified 5 years, 9 months ago by Evendril.
    #1066815

    Hi,

    Thanks for helping out @Evendril, did you try that out and did you have any luck with it @KenMarshall?

    Best regards,
    Rikard

    #1066902

    Working on it this morning. Will let you know if it works.

    #1067039

    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?

    #1067739

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.