Saiman_Sakib Posted March 19, 2023 Share Posted March 19, 2023 (edited) IS IT POSSIBLE TO DO SIMILAR ON SQUARESPACE? IF YES, HOW CAN I DO? https://webdesignerwall.com/wdw-snippet/our-team-section-with-hover-effects-2?fbclid=IwAR3lXA_eBKOuzjuJSOAQ4xXakFvoeeXPAMZraYSlnFjtut5XX8vezBxkzN4 Edited March 19, 2023 by Saiman_Sakib ADDED LINK Link to comment
tuanphan Posted March 21, 2023 Share Posted March 21, 2023 You can add Poster Blocks, add text, then share link to page where you added, we can give code to make hover effect, same as example Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Saiman_Sakib Posted March 21, 2023 Author Share Posted March 21, 2023 13 hours ago, tuanphan said: You can add Poster Blocks, add text, then share link to page where you added, we can give code to make hover effect, same as example Okay let me do and send you Link to comment
Saiman_Sakib Posted March 25, 2023 Author Share Posted March 25, 2023 On 3/21/2023 at 9:49 AM, tuanphan said: You can add Poster Blocks, add text, then share link to page where you added, we can give code to make hover effect, same as example https://clownfish-calliope-cg9g.squarespace.com/ PASSWORD: 123456 here is the page and site. can you send me code Link to comment
tuanphan Posted March 29, 2023 Share Posted March 29, 2023 On 3/25/2023 at 11:04 PM, Saiman_Sakib said: https://clownfish-calliope-cg9g.squarespace.com/ PASSWORD: 123456 here is the page and site. can you send me code You want Initial: show image, hide text Hover: show image, show overlay, show text Is that right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Saiman_Sakib Posted March 30, 2023 Author Share Posted March 30, 2023 21 hours ago, tuanphan said: You want Initial: show image, hide text Hover: show image, show overlay, show text Is that right? yes you are right. Same like below https://webdesignerwall.com/wdw-snippet/our-team-section-with-hover-effects-2?fbclid=IwAR3lXA_eBKOuzjuJSOAQ4xXakFvoeeXPAMZraYSlnFjtut5XX8vezBxkzN4 Link to comment
Saiman_Sakib Posted April 3, 2023 Author Share Posted April 3, 2023 On 3/29/2023 at 8:30 AM, tuanphan said: You want Initial: show image, hide text Hover: show image, show overlay, show text Is that right? any update? Link to comment
tuanphan Posted April 7, 2023 Share Posted April 7, 2023 On 3/29/2023 at 9:30 AM, tuanphan said: You want Initial: show image, hide text Hover: show image, show overlay, show text Is that right? Add to Design > Custom CSS /* Poster Image Hover */ .design-layout-poster:hover .image-overlay { background-color: rgba(255, 0, 0,0.9) !important; -webkit-mask-image: none !important; } .design-layout-poster figcaption { opacity: 0; } .design-layout-poster:hover figcaption { opacity: 1; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Saiman_Sakib Posted April 12, 2023 Author Share Posted April 12, 2023 On 4/7/2023 at 2:51 PM, tuanphan said: Add to Design > Custom CSS /* Poster Image Hover */ .design-layout-poster:hover .image-overlay { background-color: rgba(255, 0, 0,0.9) !important; -webkit-mask-image: none !important; } .design-layout-poster figcaption { opacity: 0; } .design-layout-poster:hover figcaption { opacity: 1; } thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment