Forum Replies Created

Viewing 10 posts - 151 through 160 (of 170 total)
  • Author
    Posts
  • in reply to: How to set slider on home page? #1018
    keonthemes
    Keymaster

    Hello @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.
    in reply to: remove slider under the top nav #1004
    keonthemes
    Keymaster

    Hello @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!!!

    in reply to: Use different service icons #1003
    keonthemes
    Keymaster

    Hello Kuyman,

    We are glad that you get the solution. We will consider it on our next update in near future.

    Best Regards!!!

    in reply to: Slider Question… #951
    keonthemes
    Keymaster

    Hello @draogn27 ,

    Please follow the steps below to Add additional CSS:

    1. From Dashboard Appearance / Customize / Additional CSS
    2. Paste following CSS code
    3. Click Publish

    Please 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.
    in reply to: Features Section #949
    keonthemes
    Keymaster

    Hello,

    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.
    in reply to: Header image doesn't display in static page mode #922
    keonthemes
    Keymaster

    Hello @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.

    in reply to: Header image doesn't display in static page mode #902
    keonthemes
    Keymaster

    Hello @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.
    in reply to: Upload, install, activate and nothing… #900
    keonthemes
    Keymaster

    Hello,

    We are glad it works. And thank you for your kind words.

    Best Regards.

    in reply to: Header Picture is now a split image #871
    keonthemes
    Keymaster

    Hello @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.
    in reply to: Upload, install, activate and nothing… #868
    keonthemes
    Keymaster

    Glad we could help you.
    Any further queries are always welcome.

    Thank you 🙂

    Best Regards!!

Viewing 10 posts - 151 through 160 (of 170 total)