Hello,
The problem probably with your email. We’ve checked it with our email address and the mail was delivered successful. Try to use another email address.
Regards,
Jack Richardson
Hello,
The problem probably with your email. We’ve checked it with our email address and the mail was delivered successful. Try to use another email address.
Regards,
Jack Richardson
Hello,
As we can see there is no breadcrumbs on the page:

Please try to clear your browser cache.
Regards,
Jack Richardson
Hello,
Please refer to the following topic: https://www.8theme.com/topic/disable-breadcrumbs/
Regards,
Jack Richardson
Hello,
As we can see the issue persist with default theme too. That’s why we recommend you to contact Visual Composer plugin support.
Regards,
Jack Richardson
Hello,
1) To decrease height of navigation bar you have add the following code into the custom.css:
.fixed-header .menu > li > a, .main-nav .menu > li > a {
padding: 5px 5px;
}
2) To change background color of sub-menu add the following code into the custom.css:
.main-nav .menu > li .nav-sublist-dropdown {
background-color: #F00 !important;
}
and change “#F00” to your desired color.
And to change font-color of sub-menu add this code:
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a {
color: #FFF;
}
3) To hide some widget area you can remove all widgets from there and add empty text widget instead.
4) Change background color you can in Theme Options -> Color Scheme. But before this you should change site layout to boxed in Theme Options -> General.
Regards,
Jack Richardson
Hello,
Please read this section about menu set up in our documentation: https://www.8theme.com/demo/docs/legenda/#!/primary_menu.
Regards,
Jack Richardson
Hello,
Please provide us with wp-admin credentials in Private Content.
Regards,
Jack Richardson
Hello,
1) Unfortunately it requires additional customization and is a paid service.
2) Yes, all theme variants are bundled with the one you have purchased.
Regards,
Jack Richardson
You’re welcome!
I’ve corrected provided code in the style.css of child theme.
Regards,
Jack Richardson
Hello,
We’ve made some changes. Please check your site now!
Regards,
Jack Richardson
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Jack Richardson
Hello,
You’re welcome!
Regards,
Jack Richardson
Hello,
Please add the following code into the custom.css of parent theme or style.css of child theme:
.menu > ul > li > ul, #main-nav > ul > li > ul {
top: 26px;
}
Regards,
Jack Richardson
Hello,
You’re welcome.
If you have any questions don’t hesitate to contact us!
Regards,
Jack Richadrson
Hello,
You had wrong code in your style.css.
It was wrong quote signs in this code: @import url("../legenda/style.css");.
Now it’s fixed, check your site!
Regards,
Jack Richardson
Hello,
Yes, we’re currently working on your problem.
Could you please provide us with FTP credentials as well?
Regards,
Jack Richadrson
Hello,
You’re welcome!
Regards,
Jack Richadrson
Hello,
I’ve fixed the issue. Please check your site now!
Regards,
Jack Richadrson
Hello,
You’re welcome!
If you have any questions feel free to contact us.
Regards,
Jack Richardson
Hello,
To disable breadcrumbs on shop page you can add the following code into the custom.css:
.woocommerce-breadcrumb {
display: none;
}
To disable breadcrumbs on other pages you can add the following code into the custom.css:
.breadcrumbs {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Jack Richardson
Hello,
Please provide us with FTP access as well.
Regards,
Jack Richardson
Hello,
Please provide us with wp-admin credentials and we’ll help with your problem.
Regards,
Jack Richadrson
Hello,
You’re welcome!
Regards,
Jack Richardson
Hello,
You’re welcome!
Regards,
Jack Richadrson
Hello,
Unfortunately there is no such option in our theme to display custom content on blog page. This requires additional customization and is paid service.
Regards,
Jack Richadrson
Hello,
To set up background color you should go to Theme Options -> Color Scheme -> Site Background. But before this you should go to Theme Options -> General and change Site Layout to Boxed.
Regards,
Jack Richadrson
If you want to get home page as on the demo you should import home6 from Demo_pages folder which is located in theme archive. Also we’ve send theme options to your email. How to import you can read here: https://www.8theme.com/demo/docs/legenda/index.html#!/demo_data_installation.
Regards,
Jack Richardson
Hello,
Could you please clarify us what exactly the problem with the theme set up? You can’t add slider or something else?
Regards,
Jack Richardson
Hello,
We’re glad to hear that you figured out.
If you have any questions feel free to contact us.
Regards,
Jack Richardson
Hello,
You can do customization of contact form in contacts.php in the theme folder. Also we recommend you to place all your changes in child theme to prevent changes lose after update. (http://codex.wordpress.org/Child_Themes)
Regards,
Jack Richadrson