hello
here is my project
private link
i want to put a big logo in front hover the video
or just
place the logo above the video or straddle the video at the top
thank you
Hey caledoman,
Thanks for the link to your site, but I’m not sure that I understand what you want to do. I see that at the top you have a background video, and over it you have a text block and an image (logo), so do you want this logo to only show on hover?
If so try this code in the General Styling ▸ Quick CSS field:
.home .wp-image-1194 {
opacity: 0;
}
.home #full_slider_1:hover ~ #after_grid_row_1 .flex_column_table.sc-av_one_full .wp-image-1194,
.home .flex_column_table.sc-av_one_full:hover .wp-image-1194 {
opacity: 1;
}
Best regards,
Mike