claudiatinn Posted June 14, 2022 Share Posted June 14, 2022 Site URL: https://www.creativeinteriors-online.co.uk/ Hi guys, I hope you can help me. How can I add text overlay on top of each of the three carousel images you see on the Homepage of https://www.creativeinteriors-online.co.uk/ website? Your help would be greatly appreciated please. Many thanks Claudia Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 Add to Design > Custom CSS section#homepage-carousel>div article:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 99999; color: black !important; font-size: 100px !important; } section#homepage-carousel>div article:nth-child(4):before { content: "Slide 1" !important; } section#homepage-carousel>div article:nth-child(5):before { content: "Slide 2" !important; } section#homepage-carousel>div article:nth-child(6):before { content: "Slide 3" !important; } 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!) Link to comment
claudiatinn Posted June 19, 2022 Author Share Posted June 19, 2022 Thank you so much!! 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