Hi
One of our clients has a logo which doesn’t sit in the header area so I’m presuming it can’t be restricted by specifying the header height. The problem is it looks a bit blurry on retina displays. Can I do anything about this? I’ve provided login details if you need to have a look
Thanks
Anji
because i do not see the hidden private content – is there a possibility to have a svg Graphic for that? Or does the logo require pixel-based datas?
Hi,
That’s a nice suggestion by @Guenni007 to add a svg logo
1. If you have a image logo first convert it to svg file by searching for a “Online svg converter”.
2. Install a svg support wordpress plugin https://wordpress.org/plugins/svg-support/
3. Upload the new svg logo file.
Let us know if you have any questions :)
Best regards,
Vinay
Is this the only way to do it? Just wondered
Anji
Don’t mind doing svg and plugin but it seems a bit “clunky” ( maybe I’m being naive?) Is it possible to add css?
Thanks
Anji
Hi,
Svg is not supported by default so we have to use a plugin that extend this functionality. Do not worry this is a recommended method to add your svg logo.
After adding the logo please add the below code in Enfold > General Styling > Quick CSS
NOTE: Adjust the width value to match your design.
.logo a {
width:150px;
}
Best regards,
Vinay