Hello,
You can edit the file header.php. We recommend to make changes in the child theme not to lose changes after update.
You can set your Main Menu for Mobile Menu in Appearance > Menus > Manage Locations.
Regards,
Rose Tyler.
Hello,
You can edit the file header.php. We recommend to make changes in the child theme not to lose changes after update.
You can set your Main Menu for Mobile Menu in Appearance > Menus > Manage Locations.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Hello,
Try to change this css code in your child theme http://prntscr.com/dfkp1y to http://prntscr.com/dfkoqn
Regards,
Rose Tyler.
Hello,
As I see it’s working fine. Please see screenshot: http://prnt.sc/dfkibm
Have you resolved the issue?
Regards,
Rose Tyler.
Hello,
Please provide us with wp-admin login credentials because we can’t login on your web-site to see the problem.
Regards,
Rose Tyler.
Hello,
I’ve added some css code in your Custom CSS. Clear browser cache and check it now.
Regards,
Rose Tyler.
Hello,
Please read the documentation https://www.8theme.com/classico-theme-documentation/
You need to disable footer demo blocks in 8Theme Options->General->Footer.
https://www.8theme.com/demo/docs/classico/index.html#footer
Footer can be edited in Static Block section. To enable Visual Composer editor for static block go to Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”. Also, you can go to Appearance > Widgets > remove “Static Block” widget from Footer widget area.
Regards,
Rose Tyler.
Hello,
You can translate theme strings as described in the documentation https://www.8theme.com/demo/docs/classico/#translation
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.top-bar .topbar-widget.widget_nav_menu li a:hover {
color: #2E2E2D !important;
}
Have you translated .po file in wp-content/themes/woopress/languages directory?
Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate
Regards,
Rose Tyler.
Hello,
You can check “Don’t show this popup again” in popup window http://prntscr.com/dehlp6 and it shouldn’t show again in every page. It will be shown only when browser cache and cookies are cleared.
Regards,
Rose Tyler.
Hello,
The problem is related to your child theme.
When parent theme is activated promo popup works properly.
Please check the changes you made in the child theme.
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.top-bar .topbar-widget.widget_nav_menu li a {
color: #2e2e2e !important;
}
.checkout-button.button.alt.wc-forward {
color: white;
}
Go to Appearance > Widgets > Left Side top bar area and add empty Text widget.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS:
header .et-search-trigger.search-dropdown:before {
content: "Start your product search";
position: absolute;
width: 200px;
right: 0;
top: 50%;
}
and this in Custom CSS for landscape and mobile
header .et-search-trigger.search-dropdown:before {
display: none;
}
Regards,
Rose Tyler.
Hello,
As I see it’s working fine. Please see screenshots: http://prntscr.com/deewo2 http://prnt.sc/deewrm
So could you maybe provide us some screenshots of the problem for better understanding in this case?
Try to add this code in Custom CSS:
.home .header-type-2.slider-overlap .header .menu > li.menu-item-has-children:after {
top: 0px !important;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.woocommerce-page .product {
margin-bottom: 75px;
}
.woocommerce-page .progress-button.etheme_add_to_cart_button.product_type_simple {
margin-top: 48px;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.et-mobile-menu li a, .mobile-nav-heading, .mobile-nav .links li a {
color: white;
}
Regards,
Rose Tyler.
Hello,
To close first tab by default you need edit the file wp-content/themes/royal/woocommerce/single-product/tabs.php and change the code http://prntscr.com/decys4 to <?php if($i == 0) echo 'style="display:block;"'; ?>.
Regards,
Rose Tyler.
Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.menu > li.current-menu-item > a {
font-weight: 600;
}
Regards,
Rose Tyler.
Hello,
You can try solution described here:
http://stackoverflow.com/questions/23372903/hide-spinner-in-input-number-firefox-29/23374725#23374725
or provide us with wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
.single-product-page .product-info .c2q_button {
display: none;
}
Regards,
Rose Tyler.
Hello,
These credentials are incorrect. Please check them.
Try to add this code in Custom CSS file:
.header5 .logo img {
max-width: 370px;
}
Write your own value.
Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.
Regards,
Rose Tyler.
Hello,
I’ve forwarded your request to our developers.
Thank you for the notice.
Regards,
Rose Tyler.
Hello,
All available theme search settings can be found in Theme Options > Search.
Unfortunately, there is no such feature in the theme to search for products by SKU (product code). You ou need to use third-party plugin for it.
Sorry for inconvenience.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
@media only screen and (max-width: 767px){
.header .shopping-cart-widget {
z-index:3;
}
}
Regards,
Rose Tyler.