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 #3083056
SVG logo not visible
Closed

Comments

  • tomluijten started the conversation

    Hi, 

    I uploaded an SVG logo in the header builder. It's visible on the left side menu but it's not visible on the header itself. Can you please help me. Please see the attachment.

    Thanks,

    Tom

  •  2,489
    PenciDesign replied

    Hi,

    There is some problem while reading SVG image size dimension, so the SVG image can't render properly, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pc-logo-desktop.penci-header-image-logo img {
        width: 200px;
        height: 40px;
    }

    Regards,
    PenciDesign.



  • tomluijten replied

    Thanks for that, it works, 

    ----- What about the mobile version? It's also not visible.
    Neverming, found it already:


    .pc-logo.pb-logo-mobile.penci-header-image-logo img {
        width: 200px;
        height: 40px;
    }