Please add this code in Theme Options > Custom css > Global custom css:
.navbar-header a:hover, .menu-element .menu > li > a:hover {
color: #cbbb31 !important;
}
Regards
Please add this code in Theme Options > Custom css > Global custom css:
.navbar-header a:hover, .menu-element .menu > li > a:hover {
color: #cbbb31 !important;
}
Regards
Hello,
Theme Options > Typography > Menu > Menu 1 level (hover, active), Fixed menu links colors (hover, active), Menu 2 level (hover, active), Menu 3 level and drop-downs hover (active).
Regards
You’re welcome!
Regards
Hello,
I can’t log in. Please check.
Please URL and wp-admin access where do you have problems after the updating. Describe in more details what exactly was broken.
Regards
1) The code works fine. You need to clear all cache.
2) Do you use 5.x version of WordPress?
I would recommend you to disable Gutenberg editor http://prntscr.com/miad5g
Regards
Hello,
Add this code in Theme Options > Custom css:
.single-product .swiper-control-top:not(.zoom-on) a.zoom {
pointer-events: none;
}
Regards
That is great thank you for letting us know.
Regards
That is great.
Have a nice day.
Regards
Hello,
Please try to use this code
.header-wrapper header .my-account-link:not(.type-icon)>a, .header-wrapper header .login-link:not(.type-icon)>a {
display: flex;
align-items: center;
}
or this one
.my-account-link.type-icon-text>a:before, .login-link.type-icon-text>a:before {
vertical-align: bottom;
}
Regards
Please try to change Sidebar position in Theme Options > Blog > Blog Layout and disable the sidebar on pages like Home and Blog via [8theme] Layout options http://prntscr.com/mi95pr
If this is not what you are looking for, maybe support of the plugin will be able to give some tips.
Regards
Hello,
This requests additional customization in files. Additional customization is not included in our basic support.
You can try to add this code in functions.php of your child theme:
add_filter('woocommerce_single_product_image_thumbnail_html', 'remove_featured_image', 10, 2);
function remove_featured_image($html, $attachment_id ) {
global $post, $product;
$featured_image = get_post_thumbnail_id( $post->ID );
if ( $attachment_id == $featured_image )
$html = '';
return $html;
}
if this is not what you are looking for, contact woocommerce support.
Regards
Hello,
Is this page generated automatically by an additional plugin?
Breadcrumbs is disabled by this code – https://prnt.sc/mi8rrt
Regards
Hello,
Theme Options > Blog > Blog Layout > Sidebar position and Single post > Sidebar position.
Regards
Hello,
You’re welcome!
Regards
Please clear cache and check one more time.
Regards
Hello,
You’re welcome!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
Hello,
Theme Options > Shop > Shop page Layout > Shop Page Banner position.
Regards
Hello,
Please check now.
This fix will be added in the next theme update, also.
Regards
Hello,
You’re welcome!
Regards
Hello,
1) Theme Options > Single Product page > Page Layout > Thumbnails > Disable
OR
Theme Options > Single Product page > Page Layout > Product gallery slider > Disable and Fixed product content > On.
2) Theme Options > Shop > Products style > Image hover effect > Disable.
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
As I said, there is no possibility to add this http://prntscr.com/mhvwy9 on a custom page. Maybe the desired result can be achieved via additional customization in files. Additional customization is not included in our basic support scope.
If you need help with additional customization you can contact Codeable team – https://codeable.io/?ref=qGTdX
Feel free to ask if you have any other questions.
Regards
IP addresses of the specialists who will work on your problem are 176.98.69.38 and 176.98.70.175.
Waiting for your reply.
Regards
You’re welcome!
It is your decision. We can guaranty for full theme compatibility with all 3-rd party plugins.
Please read this topic https://www.8theme.com/topic/products-slider-and-insta-feed-do-not-load-anymore/ there was a similar problem that was solved by changing settings of Minification.
Maybe you will be able to solve the problem via changing settings of a plugin, once you find out what plugin affect the content of your page.
Regards
As I can see, you created a page where products are shown using WC element. This page is not a default category page, so filters won’t work there. It is independent of our theme and relates to WooCommerce.
This Breadcrumbs Style on all pages of the site http://prntscr.com/mhv6g1 but on Leggings Sport Femme page you selected another one – http://prntscr.com/mhv766
Regards
Hello,
Please try to disable all 3rd party plugins to check if one of plugins causes the problem.
Regards
I am glad that you sorted out.
Have a nice day.
Regards
Please ask your hosting provider support to create FTP account to your site files and give us the credentials.
We will check what can be done to help you.
Regards
Hello,
Please try to disable all 3rd party plugins to check if one of plugins causes the problem.
Regards