Nebo Posted July 28, 2021 Share Posted July 28, 2021 Site URL: https://www.heynibras.com Hi all, I'd like to round the corners of the images displayed on my homepage in the gallery/portfolio thumbnail section. I've scoured the forums and tried all the CSS solutions suggested in the answers so far but nothing seems to work. Would love and appreciate some help 🙏🏽 Thanks! Link to comment
Solution tuanphan Posted July 29, 2021 Solution Share Posted July 29, 2021 13 hours ago, Nebo said: Site URL: https://www.heynibras.com Hi all, I'd like to round the corners of the images displayed on my homepage in the gallery/portfolio thumbnail section. I've scoured the forums and tried all the CSS solutions suggested in the answers so far but nothing seems to work. Would love and appreciate some help 🙏🏽 Thanks! Add to Design > Custom CSS /* Round corners portfolio items */ body.homepage a.grid-item, body.homepage .grid-image { border-radius: 10px; } Matthew26 and Nebo 1 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
Nebo Posted July 29, 2021 Author Share Posted July 29, 2021 10 hours ago, tuanphan said: Add to Design > Custom CSS /* Round corners portfolio items */ body.homepage a.grid-item, body.homepage .grid-image { border-radius: 10px; } Thank you so much! Link to comment
ZACELA258 Posted August 3, 2021 Share Posted August 3, 2021 How do you apply this effect to all portfolio pages? Link to comment
tuanphan Posted August 3, 2021 Share Posted August 3, 2021 4 hours ago, ZACELA258 said: How do you apply this effect to all portfolio pages? Use this code /* Round corners portfolio items */ a.grid-item, .grid-image { border-radius: 10px; } rosieames 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
NienowBrand Posted Wednesday at 10:02 PM Share Posted Wednesday at 10:02 PM (edited) Hey @tuanphan Thank you so much for this! However, this is not working on my project thumbnails on my site. Can you help me figure out why? I am using "Gallery" images for my projects is this why? Heres my site: adamnienow.com I found a chrome extension that told me these are collection items "#collection-656fce0fe76c107c57b7996e" Do I need to paste this into the code somewhere? Edited 5 hours ago by NienowBrand Additional info 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