Retina Ready Logo Beans Template


Hi, I've inserted my logo via the wordpress admin panel into the beans template. Unfortunately, it looks very unsharp.

Is there any chance to make it high resolution ready by altering the code of the bean template?

If so, how?

Thank you so much in advance!

Martin


Hi Martin,

It is up to you to make your logo retina friendly, you can simply add your retina logo (size x2) and then the following line in your child theme functions.php to make it 50% smaller (or add custom CSS if you prefer):

beans_add_attribute( 'beans_logo_image', 'class', 'uk-width-1-2' );

I will let you make more research if you want more advanced retina CSS, for example alternating the logo.

Have fun,


Thanks, this worked perfectly!! 🙂

Write a reply

Login or register to write a reply, it's free!