Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #622236

    Hello the team,

    Is there a way to make the background image of my boxed site clickable ?

    Thank you for your help.

    Best regards.

    #623237

    Hey hurraken!

    Can you please elaborate on the changes you would like to make? Also, please post the link to your website and point out the image you would like to link

    Regards,
    Yigit

    #623251

    Hello Yigit,

    I’ve a background image on my boxed site. I’d like it be clickable, like an ad.

    Thank you for your help.

    Best regards

    #624949

    Hi,

    Duplicate header.php to your child theme and place an a tag immediately after the body opening:

    <a href="http://google.com" class="fs_link"></a>
    

    And add this to your custom CSS:

    a.fs_link {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    }

    Best regards,
    Josue

    #624957

    Hello Josue,

    Thank you for your help, it works !

    Best regards.

    #624967

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Clickable background’ is closed to new replies.