Home › Forums › WordPress Themes – Premium › Lavish Pro › How to disable banner in Lavish Pro
Hi, I’m wondering how to disable banner in Lavish Pro, couldn’t find the option in Theme Customization:
<aside id=”la-banner” class=”lr_responsive_banner ” style=”background-color: rgb(234, 234, 234); color: rgb(255, 255, 255); min-height: 110px;”></aside>
This banner is taking up a good 150px space in they layout and looks inelegant since it’s just a block of gray space:
#la-banner {
min-height: 150px !important;
Dear weipeng liu,
If you are hidding top bar from customizer than banner height is manipulated with 110px which is coming from customizer.php template. This is driven by jquery.
YOu can see this code here on customizer.php template [ theme folder -> inc -> customizer.php]
if (top_activated == 1) {
$('#la-banner').css({"min-height" : "110px"});
}
Note: Please use child theme to customize the parent template, otherwise your changes will lost on theme update.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.