Jump to content
View in the app

A better way to browse. Learn more.

Squarespace Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Make images clickable even they are overlay with text.

Featured Replies

Posted

Hello,

I would like to ask you for help.
Is it possible to make my images clickable even they are fully covered by text box?

1. I would like to make them clickable so the URL which is linked to the image works even they are fully covered by text.

2. I would like to also add the hover effect to slightly make the image lighter one the mouser hover over the image.

Would it be possible to create the css code which could be applicable not for shared URL but also for other pages which are basically copies of shared one? 

Here is the URL: https://www.slovakspots.com/bratislava
Password: Ulicajekrasnydom

Thank you very much for your help!

Solved by Web_Solutions

Go to solution
  • Replies 3
  • Views 2.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Web_Solutions
    Web_Solutions

    Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. body:not(.sqs-edit-mode-active) [data-section-id="662923d60e42db6277a9adb7"] .fe-block:has(.html-bl

  • Solution
16 hours ago, GregOvens said:

Hello,

I would like to ask you for help.
Is it possible to make my images clickable even they are fully covered by text box?

1. I would like to make them clickable so the URL which is linked to the image works even they are fully covered by text.

2. I would like to also add the hover effect to slightly make the image lighter one the mouser hover over the image.

Would it be possible to create the css code which could be applicable not for shared URL but also for other pages which are basically copies of shared one? 

Here is the URL: https://www.slovakspots.com/bratislava
Password: Ulicajekrasnydom

Thank you very much for your help!

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

body:not(.sqs-edit-mode-active) [data-section-id="662923d60e42db6277a9adb7"]  .fe-block:has(.html-block) {
    pointer-events: none !important;
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

  • Community Expert

You can use this CSS code to add hover effect

[data-section-id="662923d60e42db6277a9adb7"] {
a.sqs-block-image-link:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}
div.image-block:hover a.sqs-block-image-link:after {
    opacity: 1;
    transition: all 0.3s;
}}

 

Email Me if you have need any help (free). Answer within 24 hours. 
Or send a forum message

Buy me a coffee (thank you!)

Create an account or sign in to comment

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.

Welcome to the Circle Forum!

The Circle forum will be your homepage for all Circle updates.

Start by introducing yourself to the community!

Introduce yourself

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.