Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1157040

    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?

    #1157322

    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

    #1157331

    OK, how would I do that allowing me to place it on the header?

    #1157435

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.