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 #1828876
LOGO in bad quality / svg file upload not possible
Closed

Comments

  • Martynaschmeckt started the conversation

    I would like my logo to be place like now but in better quality. Unfortunately I can not use the svg file. Could you help me somehow?

    www.martynaschmeckt.com

    Thank youMartyna

  •  2,699
    PenciDesign replied

    Hi,

    You can upload your logo svg replace with the current logo image, after that, add more this code to Customize > Custom CSS to make it display:

    #logo img{ width: 300px; }
    #sidebar-nav-logo img { width: 185px; }

    Best Regards,

    PenciDesign

  • Martynaschmeckt replied

    thank you, that works :) How to change the size of that logo? Should I change it in that code?

    #logo img{ width: 300px; }
    #sidebar-nav-logo img { width: 185px; }

    Thank you!

    Martyna

  •  2,699
    PenciDesign replied

    Hi,

    If you want to change the size for the logo, let's replace the code I sent to this code:

    #logo img{ width: 500px; }
    #sidebar-nav-logo img { width: 185px; }
    @media only screen and (max-width: 769px){
    #logo img{ width: 300px; }
    }
    

    Change value 500 to value you want.

    Best Regards,

    PenciDesign

  • Martynaschmeckt replied

    Thank you, awesome :)