Hello,
Could you please clarify with more details where exactly you want to make changes and show us screenshots?
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
Could you please clarify with more details where exactly you want to make changes and show us screenshots?
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
I’ve added this code in Theme Options->Custom CSS->Global Custom CSS.
Please check it.
.home .my-mfp-slide-bottom.mfp-ready.mfp-bg,
.home #etheme-popup {
display: none !important;
}
Regards,
Robert Hall.
Hello,
First you need to disable footer demo blocks in Theme Options->General then create footer manually.
Please read more how to create footer in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
I’ve made changes there. Please check the link in button now.
Regards,
Robert Hall.
You can install plugins via FTP, by uploading and extracting the plugin zip files into wp-content/plugins folder. You can find the zip files for plugin installation in the theme folder legenda/framework/plugins.
Regards,
Robert Hall.
Hello,
You can find Global Custom CSS field in Dashboard->Theme Options->Custom CSS.
First you need to disable footer demo blocks in Theme options->General then create footer manually.
Please read more in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer
Regards,
Robert Hall.
1) Use this code in Global Custom CSS
.shopping-cart-widget {
display: none;
}
2) You can change a logo in Theme Options->Header.
3) Please add this code in Global Custom CSS
hr.active{
background-color: pink !important;
}
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
In this case try use this code in Global Custom CSS.
.product-information .price {
font: 24px/30px Arial, sans-serif;
}
Regards,
Robert Hall.
Hello,
Please use the following code in Theme Options->Custom CSS->Global Custom CSS.
1)
.etheme_widget_brands li a {
padding: 12px 0;
}
2)
.etheme_widget_brands li a {
font-family:Arial;
font-size:14px;
color:red;
}
3)
.product-categories > li > a{
font-family:Arial;
font-size:14px;
color:red;
}
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
Do you want to remove sidebar? You can disabled it in Page Settings. See screenshot: http://prntscr.com/9p3xdv
Regards,
Robert Hall.
Hello,
Try to add this code in Global Custom CSS.
.shopping-cart-widget {
display: none;
}
.home .my-mfp-slide-bottom.mfp-ready.mfp-bg,
.home #etheme-popup {
display: none !important;
}
Regards,
Robert Hall.
You’re welcome!
You can ask here, but will be better to create a new topic.
Regards,
Robert Hall.
Hello,
I’ve added this code in Theme Options->Custom CSS->Global Custom CSS. Please check it.
.quantity input[type="number"] {
width: 60px !important;
}
Regards,
Robert Hall.
Hello,
In this case you need use Post Grid element via Visual Composer plugin.
Regards,
Robert Hall.
Hello,
As I see it’s working fine. See screenshot: http://prntscr.com/9p2n59
Also you’re using old theme and plugins versions. Please update them.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme:
https://www.youtube.com/watch?v=KdWESIIPU1k
The video tutorial is for Legenda theme, but the process is identical.
You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
enter your purchase code of the theme to get the plugins.
Regards,
Robert Hall.
Hello,
Please check it now.
Regards,
Robert Hall.
Hello,
Your wp-admin credentials aren’t correct. Please check them.
Regards,
Robert Hall.
Hello,
You can change it in \legenda\wp-content\plugins\woocommerce\includes\class-wc-countries.php file in the following function function get_default_address_fields()
Try to move the code like on this screenshot: http://prntscr.com/9oss8q
Regards,
Robert Hall.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
The issues was resolved. Please check it now.
Regards,
Robert Hall.
Not yet, but our developers are working on it.
Sorry for inconvinience.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
In this case you can use Posts Slider element via Visual Composer plugin.
I’ve added the Posts Slider element to the newsletter section. Please check it.
Regards,
Robert Hall.
Hello,
You’re welcome!
Regards,
Robert Hall.
You’re welcome! Have a good day!
Regards,
Robert Hall.
Hello,
As I see you didn’t have installed base demo content. You can do it in Theme Options->Import/Export.
Please read more in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/demo_data_installation
Also I’ve enabled all Post types in Dashboard->Visual Composer->Role Manager->Custom.
Regards,
Robert Hall.
Hello,
I’ve disabled the top bar in Theme Options->Header and added the following code in Theme options->Custom CSS->Global Custom CSS.
.tbs {
display: none;
}
Please check it.
Regards,
Robert Hall.