Site logo

Archived topic

How to properly use SVG?

5 replies · Started by Rodrigo on February 13, 2020

Viewing posts 1–6 of 6

Hello Tom,

Hope you're doing fine. I am working in a new website that use a SVG based style menu item and headers, and I'm not sure how should I use it properly with Generate Press.

I installed Safe SVG and uploaded the SVG images and activated the SVG Icon feature in GP. I can integrate them into the Menu and Page Headers (most common places for them). So my main question is whether I should use the <img> or <svg> tag.

  1. Currently, I'm using <img> in the HTML of Page Headers and styling with CSS (change size, color and position), but I can't change the color of the image with the fill or color attribute. The only way I can do it is using a filter attribute that doesn't give me the exact color I want -I want black, and it renders dark gray.
  2. I'm also using custom SVG images instead as menu icons for my Off-Canvas menu... Can I overlap one icon over another one (according to my design)?
  3. If I use a <svg> tag, should I put the code directly into the HTML or just the reference to the svg file?

Thanks in advance for your help.

Hi there,

1. for your requirement you will need to use inline <svg>
2. I am not sure what you mean here - do you have an mockup image ?
3. Inlining SVG is not an issue. If you want to avoid adding this directly to your HTML then the SVG Support plugin provides an Inlining option - so you add an <img> and it inlines the output.

Thanks David, for the help.

The links and your feedback has been very useful.

You're welcome

This archived topic is closed to new replies.