Mcohen05 Posted May 17, 2020 Share Posted May 17, 2020 Site URL: https://www.mcarenders.com/english I copied a code for making the text on posters appear when the mouse is over the image. (Case of the second picture of my Español or English Pages) I would like to change the color of the text to black. Here is the code. .design-layout-poster:hover .image-card-wrapper { visibility: visible; opacity: 1; background-colour: hsla(233, 90%, 51%, 0.83) } Also i would like to know, how can i make this same effect to other texts like the headline text from the first image of my Español or English Pages. Thank you in advance www.mcarenders.com Link to comment
tuanphan Posted May 17, 2020 Share Posted May 17, 2020 Add to Home > Design > Custom CSS .design-layout-poster:hover .image-card-wrapper * { color: black; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.