amelania Posted January 10, 2021 Share Posted January 10, 2021 Site URL: https://www.andreamelania.com Hello friends! I'm currently in the process of updating my online portfolio, and I want to adjust something that's been bothering me: the opacity when you hover over the gallery grid in my index page on the flatiron template. There isn't an option to adjust said opacity in the template's design tools, so I'm thinking I'll need help with custom code. I'd like to make the hover color more opaque to make the project titles more visible without having to stray from my brand colors. Can anyone help? I've done my fair share of googling and combing through the forum before posting, and I don't want to switch templates. I really love the page layout for Flatiron, so I want to keep using it. Attached is an example of the hover. Link to comment
derricksrandomviews Posted January 10, 2021 Share Posted January 10, 2021 This works for Avenue index grid should work for your 7.0 site. Put it in custom css. You can adjust the opacity by changing the number, happens instantly before you click save. .img.thumb-image:hover { opacity: 0.6; amelania 1 Link to comment
amelania Posted January 11, 2021 Author Share Posted January 11, 2021 That code does not seem to work (even after closing it); opacity stays the same. 😞 Link to comment
tuanphan Posted January 12, 2021 Share Posted January 12, 2021 Add to Design > Custom CSS #grid .item .wrapper { background-color: rgba(41,206,214,.95) !important; } derricksrandomviews, creedon and amelania 2 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
amelania Posted January 12, 2021 Author Share Posted January 12, 2021 Aaaah that worked!! Thank you so much, tuanphan! derricksrandomviews 1 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