Lpulecio Posted June 7, 2023 Posted June 7, 2023 Hi, I would like to add a thin line under every portfolio cover image. Is this possible? Something like this: My website is: www.laurapulecio.com
tuanphan Posted June 9, 2023 Posted June 9, 2023 Add to Design > Custom CSS a.grid-item .grid-image { border-bottom: 5px solid green; } 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!)
Lpulecio Posted June 9, 2023 Author Posted June 9, 2023 Thank you so much. How can I add space between the image and the line and also make it closer to to the text just like the example? Right now it is right under:
tuanphan Posted June 13, 2023 Posted June 13, 2023 On 6/10/2023 at 3:27 AM, Lpulecio said: Thank you so much. How can I add space between the image and the line and also make it closer to to the text just like the example? Right now it is right under: I see you figured it out with this code? a.grid-item .portfolio-title { border-top: 1px solid #000; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment