Forum Replies Created
-
AuthorPosts
-
keonthemes
KeymasterHello,
Please update your theme to get it fix.
Best Regards!!!
keonthemes
KeymasterHello @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!!!
keonthemes
KeymasterHello,
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!!!
July 5, 2018 at 12:40 pm in reply to: How to diasable fixed header in pages (grey coloured banner) #1581keonthemes
KeymasterHello,
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!!!
keonthemes
KeymasterHello,
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!!!
July 4, 2018 at 7:21 am in reply to: How to diasable fixed header in pages (grey coloured banner) #1525keonthemes
KeymasterHello,
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.
keonthemes
KeymasterHello,
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.
keonthemes
KeymasterHello,
Thank you for pointing out the issue. We will solve the issue and re-upload with new version as soon as possible.
Best Regards!!!
keonthemes
KeymasterYes, 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.
June 12, 2018 at 12:25 pm in reply to: Header does not pick up category images, like it does Page Featured Images #1406keonthemes
Keymaster@randy93552
Category pages do not support featured images.
Thanks.
-
AuthorPosts