Forum Replies Created

Viewing 10 posts - 131 through 140 (of 170 total)
  • Author
    Posts
  • in reply to: Images are fitting into the slider #1610
    keonthemes
    Keymaster

    Hello,

    Please update your theme to get it fix.

    Best Regards!!!

    in reply to: Change page name #1596
    keonthemes
    Keymaster

    Hello @mihaihn ,

    Thank you @seal for your response. But we highly recommend to work on the child theme. Otherwise, your code must be overridden when updating a new version of WordPress or Theme.

    Best Regards!!!

    in reply to: Hover effects and header menu #1595
    keonthemes
    Keymaster

    Hello,

    Regarding your requirement, Please follow the simple steps below:

    Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code:

    For hover drop shadow effect:

    .woocommerce ul.products li.product {
    padding-bottom: 30px;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    }
    .woocommerce ul.products li.product:hover, .woocommerce ul.products li.product:focus, .woocommerce ul.products li.product:active {
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    }

    The Fixed header option is not available in this theme.

    Best Regards!!!

    keonthemes
    Keymaster

    Hello,

    You can have the Page title disable option at same place. Please follow the simple steps below:

    Go to Dashboard > Appearance > Customize > Theme Options > General > Enable Page Title.
    Then simply uncheck the checkbox and click publish.

    Best Regards!!!

    in reply to: Change header image for mobile #1526
    keonthemes
    Keymaster

    Hello,

    The theme does not have the option to change separate banner image for mobile devices in default. It requires code customization and as much as we would love to help you with this, we are unable to do as it falls beyond the support we offer for our product.

    For this, our suggestion to hire a professional developer so that your theme is not affected in any way.

    To hire a Business Consultr Theme developer, follow below-given link:

    https://keonthemes.com/hire-now/

    Best Regards!!!

    keonthemes
    Keymaster

    Hello,

    We are little confused on your requirement. Because the fix header background color is blue in default. Although if you want to disable position fix option in the header, Please follow the simple steps below:

    Go to Dashboard > Appearance > Customize > Theme Options > General > Disable Fixed Header.
    Simply, click on the checkbox and Click Publish.

    Best Regards.

    in reply to: Slider size changes #1524
    keonthemes
    Keymaster

    Hello,

    Have you updated the theme version published on July 02, 2018? Where the slider items height issue was fixed. You can get the theme update notification on your Dashboard.

    Best Regards.

    in reply to: Slider size changes #1498
    keonthemes
    Keymaster

    Hello,

    Thank you for pointing out the issue. We will solve the issue and re-upload with new version as soon as possible.

    Best Regards!!!

    in reply to: How to set slider on home page? #1468
    keonthemes
    Keymaster

    Yes, you can find the page id easily from address bar of particular page.

    Please refer below forum link post to understand to get the id with screenshot:
    https://keonthemes.com/forums/topic/how-to-add-icons-in-services-section-like-in-demo/

    FIY, the post id is also a page id.

    Thanks.

    keonthemes
    Keymaster

    @randy93552

    Category pages do not support featured images.

    Thanks.

Viewing 10 posts - 131 through 140 (of 170 total)