This topic has 6 replies, 4 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hi, i’m trying to have a hover effect on the banner with text module of the visual composer, but i’m completely lost.
I would like it to look more or less like this site https://www.marinelayer.com/
the part that says new guy and new gals. It has this overlay effect that i already accomplish, but i would like the effect on the text as well. i hope you can help me. Or something like the last section that on hove it changes the color of the text as well.
Hello,
You may use custom css code, for example, try to add this code in Theme Options > Styling > Custom css:
.home .banner .banner-subtitle:after {
content: '';
display: block;
height: 3px;
background: black;
position: absolute;
left: 15px;
top: 45%;
width: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.home .banner:hover .banner-subtitle:after {
width: 34%;
}
https://gyazo.com/374db904f98131cb84cf7548af7a5a16
Regards
ohhhh, it worked perfectly. Thanks 😀
You are welcome.
Do not hesitate to ask if you have any other questions (in new post / topic )
Regards,
Hi,
have been trying to create hover effect on the banner with text module ..that will look exactly https://xstore.8theme.com/demos/organic/..( the row where we have vegitable, Yogurt,fruit.) i would be glad if you help out
Hello Damilare,
Here are settings from the demo – http://prntscr.com/10m0onp http://prntscr.com/10m0oyb http://prntscr.com/10m0p5m http://prntscr.com/10m0pcw
Regards
Tagged: banner, hover, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up