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 #2519530
how can I use svg logo instead of png
Closed

Comments

  • elfarouq started the conversation

    hey there, 
    I have tried replacing the .png logo with an svg format however it doesn't show !
    I'd appreciate your help, thank you in advance

  •  2,699
    PenciDesign replied

    Hi,

    You can upload .svg logo via Customize > "Upload Logo" & "Logo for Vertical Mobile Nav" normal.

    After that, you need to set a width for your sgv logo to make it showing by add more this code to Customize > Custom CSS:

    #logo svg{ width: 250px; height: auto; }
    #sidebar-nav-logo svg{ width: 220px; height: auto; }

    Best Regards,

    PenciDesign