This topic has 9 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
Hi, I wonder which widget is this? the image can be hover with message
http://prntscr.com/dls32h
thanks
Hello,
This is Banner element in Visual Composer editor.
Try to use it.
Regards,
Eva Kemp.
thanks
so this means in static block i will just choose Banner but no need to create widget right?
thanks a lot
Hello,
If you want to get the same result as on the demo you need add Text element in Static Block and add this content:
<div class="banner align-center valign-middle cursor-pointer hover-reduction">
<div class="banner-content">
<div class="banner-inner">
<h5 class="margin0">Discover the new summer collection</h5>
<hr class="divider horizontal-break margin0" />
<h1 class="margin0" style="font-size: 48px; font-family: 'Bodoni_regular';">Casual</h1>
<hr class="divider horizontal-break margin0" />
<h6 class="margin0">Its all about the details</h6>
</div>
</div>
<a href="https://www.8theme.com/demo/royal/wp-content/uploads/2014/04/banner_footer.jpg"><img class="alignnone size-full wp-image-14901" src="https://www.8theme.com/demo/royal/wp-content/uploads/2014/04/banner_footer.jpg" alt="banner_footer" width="270" height="327" /></a>
</div>
Regards,
Eva Kemp.
Thanks a lot Eva!
just wonder in mobile version some the first text
<h5 class="margin0">Discover the new summer collection</h5>
went missing
Hello,
Add this code in Custom CSS for mobile:
.banner .banner-content h5 {
display: block;
}
Regards,
Eva Kemp.
thanks this works just very good!
thanks Eva
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘footer promotion’' has been successfully resolved, and the topic is now closed for further responses