I’ve added an image on the header (http://the2edgedsword.com/wp-content/uploads/2019/11/header-capture.png) via the QuickCSS code:
#wrap_all:after {
content: "";
position: absolute;
top: 155px;
left: 25px;
z-index: 1000;
background: url(https://the2edgedsword.com/wp-content/uploads/2019/11/dr-nason-pic-e1573771007639.jpg) no-repeat top left;
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
But I need to make it linked to the author’s about page. Is there a way I can do this with what I have or should I go about it a different way?
Hey advteksol,
If the image is added by the css it cannot be a link, it is not using html tags.
You need to add it via html a link.
Best regards,
Victoria
OK, how would I do that allowing me to place it on the header?
Hi,
Maybe you could try to adding the image to a widget area in the header instead? That way you can link it without any problem: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Rikard