Forum Replies Created
-
AuthorPosts
-
keonthemes
KeymasterPlease copy the below CSS code and go to Dashboard > Appearance > Customize > Additional CSS and paste, then click publish button.
body .inner-header-content {
display: none;
}Or you can upgrade the Theme to business gravity pro , where you can get the enable/disable option by default including lots of additional features.
Thanks.
keonthemes
KeymasterHello,
Do you mean, you are trying to install the Business Consultr Pro Theme, right? If yes, please upload the theme zip file from FTP or cPanel. Then activate it from your WordPress Dashboard > Appearance > Themes. Please refer theme detail page to check the theme documentation link or refer below for more detail;
https://keonthemes.com/doc/business-consultr-pro
If you have any further questions, you can simply email us at [email protected] or post here.
Thanks.
keonthemes
KeymasterHello,
It is not possible with this theme, but the Businex and Businex Pro have the Posts Slider & Page Slider Options available.
Thanks and Regards.
-
This reply was modified 7 years, 7 months ago by
keonthemes.
keonthemes
KeymasterHello,
You have hidden the header image. Please do add a header image from Dashboard > Appearance > Customize > Header Image.
Thanks.
-
This reply was modified 7 years, 7 months ago by
keonthemes.
keonthemes
KeymasterHello,
There is no any feature to control the text by default. It means, you need to have customized the theme. For code customization task, you can go with our paid customization service option. Please refer below link to hire us;
https://keonthemes.com/hire-now
Thanks and Regards.
keonthemes
KeymasterHello,
We will check and identify the real problem and fix for you. Please send your Site URL, WordPress Username and Password to our official email id: [email protected]
Thanks and Regards.
keonthemes
KeymasterHello,
Yes, we recognized the style issue and we will fix it with a new update soon. For now, please copy below CSS code and follow the steps;
Go to Dashboard > Appearance > Customize > Additional CSS and paste the CSS and click publish button.
.wrap-detail-page form .woocommerce-checkout-payment label {
display: inline-block;
}.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: none;
margin-left: 15px;
}Thanks and Best Regards.
keonthemes
KeymasterHello,
Please add this CSS code;
.block-slider .slide-item .post-content-inner-wrap .content {
display: none;
}Thanks.
keonthemes
KeymasterHello,
By default, there is no any option to hide the feature image in post or page. But you can achieve that from CSS code. Please follow the steps and instruction to do that;
Go to Dashboard > Appearance > Customize > Additional CSS > Copy and Paste below CSS and click publish button.
// For page feature image
body.page.page-id-72 article.hentry .post-thumbnail{
display: none;
}// For post feature image
body.single.postid-72 article.hentry .post-thumbnail{
display: none;
}Note: The “page-id-72” and “post-id-72” classes are dummy. You can find the classes form the page url.
Thanks.
keonthemes
KeymasterHello,
The theme itself is fully responsive including banner image. You can check our demo page:
https://demo.keonthemes.com/bizplan/web-design-kfi-lightbulb-alt/
And please add the below CSS code to call image background from center position (Vertically and Horizontally).
body .wrap-inner-banner {
background-position: center center;
}Thanks and Regards.
-
This reply was modified 7 years, 7 months ago by
-
AuthorPosts