Hello,
It’s not possible in our theme. Sorry.
Regards,
Robert Hall.
Hello,
It’s not possible in our theme. Sorry.
Regards,
Robert Hall.
Hello,
Please use this code in custom.css
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
1)
@media (max-width: 480px){
.top-bar .languages-area {
display: block;
}}
2)
.categoriesCarousel .owl-carousel .owl-item{
width:200px !important;
}
.categoriesCarousel .owl-buttons {
display:none;
}
Regards,
Robert Hall.
Hello,
I’ve disable Cloud Zoom for products in Dashboard->Blanco->Single Product Page. Please check it.
Regards,
Robert Hall.
Hello,
Please try to delete /wp-content/themes/woopress/woocommerce/myaccount/my-orders.php file via FTP then check account page.
Regards,
Robert Hall.
Hello,
1) Please use this code in Global Custom CSS
.footer-product{
display:none;
}
2) As I see you’re already added your own logo. http://prntscr.com/8yx5u1
Regards,
Robert Hall.
Hello,
I didn’t see chinese characters and slider is working perfect now.
See screenshot: http://prntscr.com/8ywm6p
Regards,
Robert Hall.
Hello,
1) Please clarify what formating you trying to achieve. As I see it’s good – http://prntscr.com/8yw8mw
2) Unfortunately there is no such option in the theme. Sorry.
Regards,
Robert Hall.
Hello,
Please read more here how to create menu:
https://www.8theme.com/demo/docs/legenda/index.html#!/primary_menu
Regards,
Robert Hall.
Hello,
You need select custom footer for page in Dashboard->Pages->select page->Page Layout->Use custom footer for this page.
See screenshot: http://prntscr.com/8ykq1x
Regards,
Robert Hall.
Hello,
Ok, if you have any questions don’t hesitate to contact us.
Regards,
Robert Hall.
Hello,
Please use this code in Global Custom CSS
.search-results .page-description{
display:none;
}
Regards,
Robert Hall.
I’ve uploaded logo and favicon for you in Theme Options->Header. Please check it.
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
Your credentials aren’t correct. Please check them.
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Your credentials aren’t correct.
Regards,
Robert Hall.
Hello @Scuzzy76,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
This file wp-content/themes/woopress/vc_templates/vc_row.php.
You can delete it via FTP.
Regards,
Robert Hall.
Hello,
Please don’t post the same questions. You were replied in this topic:
https://www.8theme.com/topic/search-not-working-3/#post-97461
Regards,
Robert Hall.
You’re welcome!
Regards,
Robert Hall.
Hello,
You can try to remove page heading. Please add this code in Global Custom CSS and check it.
.page-heading{
display:none;
}
Regards,
Robert Hall.
Hello,
The issue was fixed. Please check your site now.
Regards,
Robert Hall.
Hello,
Please use this code in Global Custom CSS.
.sidebar-widget ul li {
margin-bottom: 20px;
}
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
You can disable sidebar for page that you want in Dashboard->Pages->edit page->Page Layout->Sidebar Position and select Without Sidebar.
Regards,
Robert Hall.
Hello,
This is a bit unclear for us. Could you please clarify us with more details?
What are you trying to achieve?
Regards,
Robert Hall.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello,
1) It’s not possible.
2) You can try use this code in Custom CSS for mobile landscape and Custom CSS for mobile.
#etheme-popup {
height: auto !important;
}
Regards,
Robert Hall.
Hello,
I’ve added this code in Child Theme. Please check.
.page-id-1160 .container {
padding: 0px !important;
}
.shortcode-products {
margin-left: 0px !important;
}
Regards,
Robert Hall.
Hello,
You can add image to the header via CSS code, for example:
use the followin code in Global Custom CSS
.header{
background: url(http://robert.e-u.org.ua/woopress/wp-content/uploads/revslider/slider/slider.png);
background-repeat: no-repeat;
background-position: 50% 0;
}
background: url(http://robert.e-u.org.ua/woopress/wp-content/uploads/revslider/slider/slider.png);
you need replace this string with your link for image
Regards,
Robert Hall.