Home › Forums › Support › Want to add hover effects to Featured Image This topic has 9 replies, 3 voices, and was last updated 3 years, 5 months ago by Fernando. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts November 15, 2022 at 10:18 am #2416938 Sabbir Hi, I want to add Featured Image hover effects to Featured Image like this site https://www.adventureinyou.com/blogging/), how can I do this? November 15, 2022 at 11:52 am #2417033 YingStaff Customer Support Hi there, Do you have GB pro? If so, you can use the opacity settings under the effect tab. If not, try the below CSS: .gb-query-loop-item.is-loop-template-item .gb-block-image:hover img{ opacity: 0.3; } .gb-query-loop-item.is-loop-template-item .gb-block-image { background-color: #000; } .gb-query-loop-item.is-loop-template-item .gb-block-image img { transition: all 0.3s ease; } November 15, 2022 at 8:37 pm #2417441 Sabbir I use free plugin. It’s working perfectly on my mentioned page only. how can I do this for other pages also or the whole site? November 15, 2022 at 9:19 pm #2417468 Fernando Customer Support Hi Sabbir, Can you try adding this in Appearance > Customize > Additional CSS: :is(.archive, .blog) .post .inside-article .post-image:hover img { opacity: 0.3; } :is(.archive, .blog) .post .inside-article .post-image { background-color: #000; height: 200px; } :is(.archive, .blog) .post .inside-article .post-image img { transition: all 0.3s ease; } November 15, 2022 at 9:23 pm #2417471 Sabbir Thanks Fernando, this is working for GP default archive pages. I need it for GB Blocks. November 15, 2022 at 9:32 pm #2417476 Fernando Customer Support Can you provide the link where I can view these GB Blocks? November 15, 2022 at 9:37 pm #2417479 Sabbir Home page not working ( Ying Code) category pages are working with Ying Code: November 15, 2022 at 10:05 pm #2417501 Fernando Customer Support Different structures require different codes most of the time. Try adding this CSS: .home .gb-query-loop-item .gb-block-image:hover img { opacity: 0.3; } .home .gb-query-loop-item .gb-block-image { background-color: #000; } .home .gb-query-loop-item .gb-block-image img { transition: all 0.3s ease; } This should work for the homepage. November 15, 2022 at 11:16 pm #2417550 Sabbir Thanks, Fernando. It’s working fine November 15, 2022 at 11:19 pm #2417555 Fernando Customer Support You’re welcome Sabbir! Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In