The logo size depends on your needs.
Feel free to ask if you have any other questions.
Regards
The logo size depends on your needs.
Feel free to ask if you have any other questions.
Regards
Hello,
You may disable Header overlap http://prntscr.com/kr7n5w Is it what you are looking for?
Regards
You’re welcome!
I am glad that you sorted out.
Regards
Hello,
1. If you want to change the color of menu items on hover, please do it here – http://prntscr.com/kr6kt4 > http://prntscr.com/kr6kvm
2. Here is our new demo https://xstore.8theme.com/demos/electronics/
You will be able to add the border via Theme Options > Menu > Menu styling > Secondary menu links > http://prntscr.com/kr6q85 In current theme version we have a bug with this option, unfortunately.
As a temporary solution, add this code in Theme Options > Custom css:
.secondary-menu-wrapper .menu > li > a {
border-bottom: 1px solid #e6e6e6;
}
3. Please add this code in Custom css:
.sidebar-widget.widget_product_categories .widget-title {
text-align: center;
padding-top: 20px;
background-color: #de6f24;
color: white;
}
.widget_product_categories.sidebar-widget ul li {
border-bottom: 1px solid #e6e6e6;
padding: 0px 0px 5px 0px;
}
Regards
Hello,
Please check if you get the same problem with default WC theme – Storefront.
We are theme support and we can help you with issues related strictly to our theme.
If some default WC functions do not work correctly even with default theme you need to contact WC plugin support.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Thanks for using our theme.
You need to set Border style – solid http://prntscr.com/kr625j > http://prntscr.com/kr629e
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello,
I am glad that you sorted out.
Have a nice day.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please provide us with page URL where we will be able to see the problem.
Regards
Hello,
You may edit wp-content/themes/legenda/header.php file via child theme.
Regards
Hello,
Thanks for the topic.
Please provide us with temporary wp-admin and FTP access.
Regards
You’re welcome!
Regards
Please refer to the plugin documentation https://contactform7.com/docs/ https://contactform7.com/setting-up-mail/
Regards
https://prnt.sc/kqvb5x
Maybe this code will be more suitable:
.current-menu-item a {font-weight:800 !important;}
Please try to use the new code and let me know the result.
Regards
Please ask your hosting provider support to create FTP account to your site files and give us the credentials.
Regards
You’re welcome!
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
Thanks for the topic.
The latest version of woopress theme is fully compatible with WC 3.4.5.
Regards
Please see screenshot http://prntscr.com/kqtmw1
This page https://xstore.8theme.com/demos/2/marseille03/contacts/ was created using these elements http://prntscr.com/kqtp59
Provide us with temporary wp-admin access and we will recreate the page on your site.
Regards
3. Please provide me link to page with the problem.
Regards
Hello,
1. Please add this custom css code:
.woocommerce-account .woocommerce-form-register {
max-width: 500px;
margin: 0 auto;
}
2. Please edit settings of [8THEME] Instagram element – http://prntscr.com/kqsxha
Regards
Hello,
Thanks for the topic.
1. Theme Options > Header > Header layout > http://prntscr.com/kqrisj
2. Is the problem solved http://prntscr.com/kqriyz ?
3. Please clear cache and check one more time.
4. Theme Options > Menu > Menu options > Smart menu > Off.
If this doesn’t help, provide a screenshot of the problem.
You can use such screenshot maker as Lightshot https://prnt.sc/ and provide links to screenshots.
1. Theme Options > Typography > Menu > Menu 1 level (hover).
2-4. Please describe these problems in more details with screenshots.
Thanks in advance.
Regards
Hello,
Please go to Theme Options > Styling > Customize buttons > Dark buttons options.
If this doesn’t help, please set for our user Administrator role on your site so we can check settings in the dashboard.
You may change the text of the button using translation files http://prntscr.com/kqsznq or https://docs.woocommerce.com/document/change-add-to-cart-button-text/
Regards
Hello,
Please add this code in your child theme/functions.php file:
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
http://prntscr.com/kqreis after that create an empty dynamic.css file in child theme directory.
Regards
Hello,
Thanks for the reply.
1. Please add this code in your child theme/functions.php file:
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
after that create an empty dynamic.css file in child theme directory.
Then change previous custom css code to:
.menu-social-icons i, .main-footer .menu-social-icons li i {
background-color: green !important;
}
.menu-social-icons circle {
stroke: green;
}
3. Please change the previous code to:
.border-grey:hover {
background-color: green;
border-color: green;
}
.border-grey {
color: green;
border-color: green;
}
.single_add_to_cart_button {
color: green;
background-color: white;
border: 2px solid green;
}
.product-information .cart button[type="submit"]:hover {
background-color: green;
border: 2px solid green;
}
Regards