MikeDidIt Posted May 8, 2020 Share Posted May 8, 2020 (edited) Trying to darken the opacity when I hover over images on my portfolio site. Currently the opacity is too light and my title text doesn’t mesh well with my images. (See attached screenshot - Drew League example). Possible to do so? Any help is much appreciated! Edited May 8, 2020 by MikeDidIt Link to comment
tuanphan Posted May 8, 2020 Share Posted May 8, 2020 Yes. You can. Can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MikeDidIt Posted May 9, 2020 Author Share Posted May 9, 2020 Sure thing its http://www.mikedidit.com on the main home page. Thanks Link to comment
tuanphan Posted May 9, 2020 Share Posted May 9, 2020 4 minutes ago, MikeDidIt said: Sure thing its http://www.mikedidit.com on the main home page. Thanks Add to Home > Design > Custom CSS .grid-item:hover .portfolio-overlay { opacity: 0.75 !important; } MikeDidIt 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
derricksrandomviews Posted May 9, 2020 Share Posted May 9, 2020 (edited) This code works in other places, summaries, thumbnails. Just in case you need it at some point. .img.thumb-image:hover { opacity: 0.6; filter:alpha(opacity=60); //For IE8 and earlier } .image-slide-anchor:hover { opacity: 0.6; filter:alpha(opacity=60); //For IE8 and earlier } Edited May 9, 2020 by derricksrandomviews MikeDidIt 1 Link to comment
MikeDidIt Posted May 9, 2020 Author Share Posted May 9, 2020 Exactly what I needed - thanks! derricksrandomviews 1 Link to comment
ArvinPaul Posted March 17, 2021 Share Posted March 17, 2021 On 5/9/2020 at 7:07 PM, derricksrandomviews said: This code works in other places, summaries, thumbnails. Just in case you need it at some point. .img.thumb-image:hover { opacity: 0.6; filter:alpha(opacity=60); //For IE8 and earlier } .image-slide-anchor:hover { opacity: 0.6; filter:alpha(opacity=60); //For IE8 and earlier } But how do I apply it in a simple inline image block Link to comment
derricksrandomviews Posted March 17, 2021 Share Posted March 17, 2021 To change a single image block, you need the block id, if it isn't the only image on a single page. If it is you put the code in a code block on the page or in the page advanced header in page settings. That second option takes a business plan to do. Link to comment
ArvinPaul Posted March 17, 2021 Share Posted March 17, 2021 1 hour ago, derricksrandomviews said: To change a single image block, you need the block id, if it isn't the only image on a single page. If it is you put the code in a code block on the page or in the page advanced header in page settings. That second option takes a business plan to do. I only want to apply it in this group of images. this is the code that I was trying img.thumb-image.loaded{ opacity: 0.6; filter:alpha(opacity=60); //For IE8 and earlier } img.thumb-image.loaded:hover { opacity: 0.6; filter:alpha(opacity=60); //For IE8 and earlier } my website is : https://manatee-azalea-la3y.squarespace.com/ pass: 123456 Link to comment
derricksrandomviews Posted March 17, 2021 Share Posted March 17, 2021 that group doesn't appear to be thumbnails, the images are not linked, not clickable. The above code is for clickable images not static images. 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