marneknold Posted May 16, 2020 Share Posted May 16, 2020 Site URL: https://www.marcodiallo.com/ Hallo guys. this i my first web site design. and i dont know what im doing tbh. I have created a portfolio, and then added som projects. i have then added some images for my projects. now i would like to have som text appearing when hovering the mouse over the image. is this possible ? thank you all in advance. - marco Link to comment
derricksrandomviews Posted May 16, 2020 Share Posted May 16, 2020 Yes it is with a business plan and some custom code: https://insidethesquare.co/squarespace-tutorials/text-over-image-hover Link to comment
marneknold Posted May 17, 2020 Author Share Posted May 17, 2020 this tutorial is for images only. I need it to be on thumbnails unfortunately. im having a hard time finding a tutorial on this matter... Thanks allot though. .marco Link to comment
tuanphan Posted May 17, 2020 Share Posted May 17, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:992px) { .portfolio-text { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; z-index: 999; opacity: 0; transition: opacity 0.25s; } .portfolio-grid-basic .grid-item { position: relative; } .grid-item:hover .portfolio-text { opacity: 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
marneknold Posted May 17, 2020 Author Share Posted May 17, 2020 waw @tuanphan !!! i will try this out asap !!! Thank you very much ! hope it works !! 1 question (super noob, sorry) where do i type in the text that goes on top of the thumbnail ?? Marco ! Link to comment
marneknold Posted May 17, 2020 Author Share Posted May 17, 2020 40 minutes ago, marneknold said: waw @tuanphan !!! i will try this out asap !!! Thank you very much ! hope it works !! 1 question (super noob, sorry) where do i type in the text that goes on top of the thumbnail ?? Marco ! Ok i get it. it graps the images title. great !! if you have the time, and know how. i would now like the picture to turn a little dark, and the text to be white... sorry for the trouble, hope you can help ! THANK YOU !!! Link to comment
marneknold Posted May 17, 2020 Author Share Posted May 17, 2020 3 minutes ago, marneknold said: Ok i get it. it graps the images title. great !! if you have the time, and now how. i would now like the picture to turn a little dark, and the text to be white... sorry for the trouble, hope you can help ! THANK YOU !!! actually, i would like it to be kinda like on this site : https://balstrup.io/ on this site, the thumbnail, still have a title, but when you hover over the picture i turns a little dark, at som text appears. i would like for my text, not to be i a box though. THANKS a MILLION marco Link to comment
tuanphan Posted May 18, 2020 Share Posted May 18, 2020 15 hours ago, marneknold said: actually, i would like it to be kinda like on this site : https://balstrup.io/ on this site, the thumbnail, still have a title, but when you hover over the picture i turns a little dark, at som text appears. i would like for my text, not to be i a box though. THANKS a MILLION marco Have you solved yet? 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
marneknold Posted May 18, 2020 Author Share Posted May 18, 2020 2 hours ago, tuanphan said: Have you solved yet? Hi @tuanphan. I havent solved it yet.... i would LOVE some help. i have found a better example of how i wan't it to be though... i would like for my projet images in my portfolio to be like in the first example from this site : http://css-workshop.com/hover-box-text-over-images-on-hover-and-more/ so, some white text appears and the image turns a little dark. i would like for the image to still have a title though, underneath the image, like it is on my site now. Really appreciate your help @tuanphan. THANK YOU Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.