Home Forums WoodMart support forum svg logo

svg logo

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #118920

    Andersjpg
    Participant

    our svg logo does not show up
    yes svg upload is enable and activated but does not show up on front end

    #118948

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your <svg>tag like it is shown: http://prntscr.com/m4n0qw
    Then you will need to re-upload your icons in WordPress Dashboard.

    Best Regards

    #119030

    Andersjpg
    Participant

    hey again
    and ty for quick support

    it sadly didn’t work either

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

    Andersjpg
    Participant

    no matter how i also export the svg out from illustrator it still wont show.
    but i can go to one of my other websites im building atm not with the theme, and it works. :/

    #119055

    Hello,

    Remove “px” and try again http://prntscr.com/nckv8h

    Best Regards

    #119061

    Andersjpg
    Participant

    it shows now but crazy lil
    even if its set to ex 500×500
    it still like 80×70 or something like that

    #119069

    Hello,

    SVG image is adapted for the container size http://prntscr.com/nclyq2

    Best Regards

    #119105

    Andersjpg
    Participant

    had to use this custorm css code to make it work

    .woodmart-logo img[src$=”.svg”] {
    height: 100%;
    width: 250px !important;
    }


    @media
    (max-width: 1024px){
    .whb-general-header .woodmart-logo img {
    max-height: 60px;
    width: 100px !important;
    }
    }

    #119124

    Hello,

    No, you need to assign the sizes to the container of SVG.

    If you consider the logo, enter the logo element and set the size in the settings, also enter the row settings and increase the height.

    Best Regards

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