Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2574145
SVG Logo
Closed

Comments

  • remiandrivet started the conversation

    Hello! I am changing the theme of my website to Soledad. I used to have Astra and my logo was an svg file. However, it doesn't work for soledad (the svg logo simply doesn't appear). The strange thing is that it appears in the vertical menu (when I press the hamburger menu button). 

    Is there any fix to this? I tried with png logos but the quality is really bad and the file is way heavier.

    Thanks a lot in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, if you want to use a SVG logo, you need to set for your logo a width to make it display.

    Please upload your SVG logo to Customize > Logo and Header Options > "Upload Logo" and "Logo for Vertical Mobile Nav".

    After that, make your site live and show me your site URL - I will give you a line CSS code to make your SVG logo display.


    Best Regards,

    PenciDesign

  • remiandrivet replied

    Hey! Thanks for the reply. So I uploaded the logo to the vertical menu, not the normal one, otherwise my main logo wouldn't show and I can't really allow that to happen ^^'

    Here is the URL: www.dogsplanet.com

    Thanks a lot!

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, please add more this code to Customize > Custom CSS to make your SVG logo display:

    #logo svg{ width: 430px; height: auto; }
    @media only screen and (max-width: 479px){
      #logo svg{ width: 300px; }  
    }
    .penci-hbg-logo svg, #sidebar-nav-logo svg{ width: 230px; padding-left: 0; padding-right: 0; }

    After added this code, you can upload your SVG logo to your site.


    Best Regards,

    PenciDesign

  • remiandrivet replied

    Thanks! Unfortunately, it only works for the logo in the vertical menu and not the main one (above the menu)

  •  2,699
    PenciDesign replied

    Hi,

    I just checked it and I see it works fine from my-end.

    So, can you please upload your svg logo to Customize > Logo and Header Options > "Upload Logo" to I can take it a look?


    Best Regards,

    PenciDesign