Forum Replies Created

Viewing 10 posts - 101 through 110 (of 170 total)
  • Author
    Posts
  • in reply to: Remove page titles #2651
    keonthemes
    Keymaster

    Please 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.

    in reply to: Install Business Consultr pro on wp ? #2551
    keonthemes
    Keymaster

    Hello,

    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.

    in reply to: Can i make a front slider from posts #2485
    keonthemes
    Keymaster

    Hello,

    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.
    in reply to: Custom Background image not showing #2464
    keonthemes
    Keymaster

    Hello,

    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.
    in reply to: About Us Section of homepage #2369
    keonthemes
    Keymaster

    Hello,

    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.

    in reply to: Problems with the "Show full map" in contact section #2337
    keonthemes
    Keymaster

    Hello,

    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.

    in reply to: Checkbox and text not on same line #2324
    keonthemes
    Keymaster

    Hello,

    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.

    in reply to: Remove Featured Image from page only #2299
    keonthemes
    Keymaster

    Hello,

    Please add this CSS code;

    .block-slider .slide-item .post-content-inner-wrap .content {
    display: none;
    }

    Thanks.

    in reply to: Remove Featured Image from page only #2287
    keonthemes
    Keymaster

    Hello,

    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.

    in reply to: not responsive header image #2275
    keonthemes
    Keymaster

    Hello,

    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.

Viewing 10 posts - 101 through 110 (of 170 total)