This topic has 4 replies, 3 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Hi Sir,
how to show text visible onmouseover only from banner mask..
http://nextgenprint.com/demo/
please check home page our products section..
Hello,
Add the banner content and then add the below custom to Theme Options > Custom CSS
.banner .banner-content .content-inner {
opacity: 0;
}
.banner:hover .content-inner {
opacity: 1;
color: #fff;
}
Regards
Not working
Hello,
Please change the previous code to:
.banner .banner-content {
opacity: 0;
}
.banner:hover .banner-content {
opacity: 1;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up