Home Forums WoodMart support forum svg LOGO ?

svg LOGO ?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #20809

    bboyfan
    Participant

    I have use svg support but its blank when I use svg file LOGO.

    could it support after ?

    #20815

    Artem Temos
    Keymaster

    Hello,

    Our theme fully supports the SVG format for the logo. As you can see, on our demo we are using this kind of images everywhere. Probably, something wrong with your image.

    Regards

    #20827

    bboyfan
    Participant

    the SVG file is showing fine with last theme but still cant use on your theme.

    #20831

    Artem Temos
    Keymaster

    Please, provide us a link where this logo set on your website.

    #20833

    bboyfan
    Participant

    ..

    #20840

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .main-header .site-logo img[src$=".svg"] {
        width: 100%;
    }

    Regards

    #20847

    bboyfan
    Participant

    LOGO IS appear on the top now, but still not showing on sticky header.

    #20849

    Artem Temos
    Keymaster

    Sorry, try to replace with this

    .site-logo img[src$=".svg"] {
        width: 100%;
    }
    #20886

    bboyfan
    Participant

    still not showing on sticky and Firefox also not showing in head. thank you for helping

    #20908

    Bogdan Donovan
    Keymaster

    We checked your SVG logo and added width and height parameters to it. Now it looks normal in Chrome and Firefox. Please download the attached file.

    Regards

    Attachments:
    You must be logged in to view attached files.
    #20959

    bboyfan
    Participant

    THANK YOU SO MUCH

    #20963

    Artem Temos
    Keymaster

    You are welcome!

    #423272

    valiyevdocs
    Participant

    I have a similiar problem can you help me to solve it please, logo doesn’t appear both mobile and desktop. I dropped logo url as extra information.

    #423273

    valiyevdocs
    Participant

    solved, thanks

    #423346

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 15 posts - 1 through 15 (of 15 total)