• Resolved syssylvia

    (@syssylvia)


    First of all, thanks for the plugin! I have seen that some CSS code is needed to get the SVG shown at the front end. I am a real starter witch CSS. I have found the child theme editor where I can add some custom CSS, but I can’t find the exact CSS needed to put there. I have Googled for the right code but it seems not to be right. Can you help with this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,
    In your case, your theme header logo has no width set and since SVG has no actual size per se, you need to set it.

    Here’s some basic CSS to get you started:

    .navbar-brand>img {
    	width: 100%;
    }
    
    • This reply was modified 5 years, 7 months ago by Benbodhi.
    • This reply was modified 5 years, 7 months ago by Benbodhi.
Viewing 1 replies (of 1 total)
  • The topic ‘CSS needed to show SVG on frontend’ is closed to new replies.