I’ve added the following code into custom.css file:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
padding-top: 5px;
padding-bottom: 5px;
}
Please check the menu now.
Regards,
Eva Kemp.
I’ve added the following code into custom.css file:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
padding-top: 5px;
padding-bottom: 5px;
}
Please check the menu now.
Regards,
Eva Kemp.
Hello,
Please provide us with the link where we can replicate the problem from our side.
Also as I see you have old version of Woocommerce plugin. Please update it.
Regards,
Eva Kemp.
Please try to use this code:
.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
height: 40px;
}
Regards,
Eva Kemp.
Hello,
As I see star rating is working. Could you please specify with more details what issues exactly you’re experiencing? Are you getting any errors?
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Did you check if the issue persists with default wordpress theme too?
Please check it.
Also please provide us with wp-admin panel and FTP credentials in Private Content.
Regards,
Eva Kemp.
Hello,
To have margins you can use this code:
.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
margin-top: 10px;
margin-bottom: 10px;
}
Just change the values.
Please clarify your question regarding “second to 4th level submenus”.
Thank you.
Regards,
Eva Kemp.
Hello,
The contact form file is contacts.php located in wp-content/themes/theleader directory.
Regards,
Eva Kemp.
Hello,
Unfortunately there are no social buttons by default in Blanco theme. Sorry.
Regards,
Eva Kemp.
Hello,
The icons images are located in wp-content/themes/theleader/images directory.
Regards,
Eva Kemp.
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry, but that option is for all sidebars. There is no such possibility to have only Shop sidebar at the top on mobile devices.
Please take our apologies.
Regards,
Eva Kemp.
Hello,
To change background color for sub items you need add this code into custom.css file:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
background-color: blue;
}
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a:hover {
background-color: red;
}
Change the color value to yours.
To change height please use this code:
.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
height: 50px;
}
Also change the value to yours.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I can’t find static blocks you’re talking about. Have you removed it?
Please provide us with the link where you are trying to insert team member element and describe your actions step by step.
Thank you.
Regards,
Eva Kemp.
Hello,
Are you using some 3rd-party plugin for social buttons? This requires additional customization as php files need to be edited. If you have necessary skills you can try to do this yourself. Sorry, but we don’t customize 3rd-party plugins.
Thank you for understanding.
Regards,
Eva Kemp.
Hello,
You can remove search widget editing the code in header.php file in the directory wp-content/themes/blanco (lines 80-83), you can comment the code or remove it if you don’t need it.
Regards,
Eva Kemp.
Hello,
Please refer to Woocommerce documentation how to remove specific tabs:
http://docs.woothemes.com/document/editing-product-data-tabs/
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
.google-map.googlemap-wide {
margin-bottom: 30px;
}
Regards,
Eva Kemp.
Hello,
To change the text you need edit the file wp-content/themes/xmarket/woocommerce/single-product/short-description.php
Please specify where exactly you want to move it? Could you please provide us with the link to your page where the “Colour Swatch” image is displayed?
Thank you.
Hello @johntheone,
We need to have the access to your wp-admin panel and FTP to investigate the issue with portfolio. Would you be so kind to provide us with it?
Concerning the .htaccess changes, you need edit it via FTP. Your hosting provider should tell you more about redirects.
Regards,
Eva Kemp.
Hello,
Try to delete that plugin.
Also please provide us with FTP/wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello @johntheone,
Unfortunately you can do this only via .htaccess redirect or edit php files for your needs (this is a paid service). If you have necessary skills you can try to do this yourself. My suggestion – doing it via .htaccess will be easier.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
footer {
margin-bottom: -50px !important;
}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please try to use this code in custom.css file:
.fixed-header-area .fixed-header .logo-with-menu {
height: 80px;
}
.fixed-header-area .fixed-header .logo-with-menu img{
height: 80px;
}
Regards,
Eva Kemp.
Hello,
You need create images for different languages and try to use this plugin:
http://wpml.org/2011/05/new-plugin-wpml-media-translation/
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
1. Unfortunately there is no such option in our theme.
2. In the first link widget-nav-menu is used, and in the second – Categories widget. So to have it look like categories widget you need create categories and use this widget instead of custom menu.
Regards,
Eva Kemp.
Hello,
Please read this article:
http://www.remicorson.com/mastering-woocommerce-products-custom-fields/
It may help you.
Regards,
Eva Kemp.