Hi,
I’ve added a logo to my Ethos stack using the following CSS:
.x-navbar:before {
content: url(http://www.hbpaynter.co.uk/wp-content/uploads/2016/11/hb-paynter-logo-central-new.png);
margin-left: auto;
margin-right: auto;
width: 54px;
display: block;
padding: 10px 0px 0px 0px;
float: initial;
margin-bottom: -52px;
}
I would like to make the logo clickable but it doesn’t seem possible with :before element.
Do you have a solution or a way I can add the logo in a different way, maybe straight in the header, to make it clickable?
The site is here: http://www.hbpaynter.co.uk/
Thanks,
-Alex