dnorit 0 Share Posted January 30, 2020 Site URL: https://caper-soybean-6mrk.squarespace.com/ I'm trying to get the page "test" to be the only page with a hover effect on the image blocks. I've managed to do the hover effect, but right now it's not contained to my "test" page, but it's applied to every image block on my site. I've tried to use the ID of the "test" page (or what I think is the ID), but it doesn't seem to work - Can someone help me with what I'm doing wrong? Page: https://caper-soybean-6mrk.squarespace.com/ Password: csshelp This is the CSS-code I'm using: #page-5e30278f39c8eb7ff9ec4ad1 .sqs-block-image:hover { brightness: 100%; transition: .6s; cursor: pointer;} .sqs-block-image:hover img { filter: brightness(0.7); transition: .3s;} .sqs-block-image:not(:hover) .image-card-wrapper { display:none;} .image-title.sqs-dynamic-text { font-size: 50% !important; } The attached image is the inspection of my page where i found the ID I'm using. Thanks in advance Daniel Link to post
Question
dnorit 0
Site URL: https://caper-soybean-6mrk.squarespace.com/
I'm trying to get the page "test" to be the only page with a hover effect on the image blocks.
I've managed to do the hover effect, but right now it's not contained to my "test" page, but it's applied to every image block on my site.
I've tried to use the ID of the "test" page (or what I think is the ID), but it doesn't seem to work - Can someone help me with what I'm doing wrong?
Page: https://caper-soybean-6mrk.squarespace.com/
Password: csshelp
This is the CSS-code I'm using:
#page-5e30278f39c8eb7ff9ec4ad1
.sqs-block-image:hover { brightness: 100%; transition: .6s; cursor: pointer;}
.sqs-block-image:hover img { filter: brightness(0.7); transition: .3s;}
.sqs-block-image:not(:hover)
.image-card-wrapper { display:none;}
.image-title.sqs-dynamic-text {
font-size: 50% !important;
}
The attached image is the inspection of my page where i found the ID I'm using.
Thanks in advance
Daniel
Link to post
Top Posters For This Question
1
Popular Days
Jan 30
1
Top Posters For This Question
dnorit 1 post
Popular Days
Jan 30 2020
1 post
Posted Images
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment