Forum Replies Created
-
AuthorPosts
-
keonthemes
KeymasterHello @skstill,
Regarding your requirement, Please follow the simple steps below:
Go to Dashboard > Appearance > Customize > Front Page Options > Slider.
Now, select the pages.Best Regards!!!
-
This reply was modified 8 years, 3 months ago by
keonthemes.
keonthemes
KeymasterHello @simbater ,
We are glad that you are on right track. But looks like, you are messed up with the CSS code. The actual code must be like below:
.wrap-inner-banner { display: none; }Best Regards!!!
keonthemes
KeymasterHello Kuyman,
We are glad that you get the solution. We will consider it on our next update in near future.
Best Regards!!!
keonthemes
KeymasterHello @draogn27 ,
Please follow the steps below to Add additional CSS:
1. From Dashboard Appearance / Customize / Additional CSS
2. Paste following CSS code
3. Click PublishPlease copy and paste below code to change the color of the font in the slider.
.block-slider .slide-item .post-title h2 > a { color: #000000; }Please copy and paste below code to reduce space between title and slider text content.
.block-slider .slide-item .post-title h2 { margin-bottom: 20px; }Regards!!!
-
This reply was modified 8 years, 3 months ago by
keonthemes.
keonthemes
KeymasterHello,
We got your requirement, but the theme itself does not have a option to insert a graphic or image in Features section and as much as we would love to help you with this we are unable to do so as it requires code customization.
So our suggestion to you is hire a professional developer so that your theme won’t be affected in any way.
To hire a developer, please refer to below link:
https://keonthemes.com/hire-now/
Thank you.
Best Regards!!
-
This reply was modified 8 years, 3 months ago by
keonthemes.
keonthemes
KeymasterHello @kuyman ,
Yes, you can use a single slide as a banner. To get the parallax effect as an inner banner to home slide, please add Additional CSS. For that, go to Dashboard > Appearance > Customize > Additional CSS and paste below code:
.block-slider .slide-item {
-webkit-background-attachment: fixed;
-moz-background-attachment: fixed;
-ms-background-attachment: fixed;
-o-background-attachment: fixed;
}And regarding the banner overlay color change, you did on the right way. Thanks.
Best Regards.
keonthemes
KeymasterHello @Kuyman ,
Thank you for using Bizplan Pro. We have checked your website URL and can see the header image on every page. You are using larger image, maybe that’s the case you have seen zoomed banner images. Please add some lines of CSS code, it will cover your requirement. For that, go to Dashboard > Appearance > Customize > Additional CSS and paste below code:
.wrap-inner-banner {
-webkit-box-shadow: cover;
-moz-box-shadow: cover;
-ms-box-shadow: cover;
-o-box-shadow: cover;
box-shadow: cover;
}Regarding the background color, you can use white background by default behind the logo. So it will fit in default and fixed header.
Hope it will help.
Best Regards!!!
-
This reply was modified 8 years, 4 months ago by
keonthemes.
keonthemes
KeymasterHello,
We are glad it works. And thank you for your kind words.
Best Regards.
keonthemes
KeymasterHello @bcm-innovations ,
We made the inner banner style change for solving responsive zoom view issue. Please re upload a large width banner image for better view. If you want to go back to the previous style, please follow the simple steps:
Go to Dashboard > appearance > Customize > Additional CSS and paste below code;
.wrap-inner-banner { -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }Best Regards!!
-
This reply was modified 8 years, 4 months ago by
keonthemes.
keonthemes
KeymasterGlad we could help you.
Any further queries are always welcome.Thank you 🙂
Best Regards!!
-
This reply was modified 8 years, 3 months ago by
-
AuthorPosts