Hello,
I’ve added some css code in your Custom CSS. Clear browser cache and check it now.
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.
Hello,
Please, add this code in Custom CSS:
ul.menu-social-icons {
list-style: none;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.single-product .product_meta h4 {
display: none;
}
See screenshot: http://prntscr.com/ddyt3g or you can delete this code.
We recommend to make any changes in theme source files in child theme https://8theme.com/demo/docs/legenda/index.html#!/child_theme https://codex.wordpress.org/Child_Themes so you won’t lose your customizations after the next theme update.
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
span.sku_wrapper {
display: none !important;
}
span.posted_in {
display: none !important;
}
Also, you need to comment the code in the wp-content/themes/legenda/woocommerce/content-product_cat.php in lines 64 and 65:
if ( $category->count > 0 )
echo apply_filters( 'woocommerce_subcategory_count_html', ' (' . $category->count . ')', $category );
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom CSS:
@media only screen and (min-width: 1200px) {
.row-count-5 .product:nth-child(5n+1), .row-count-6 .product:nth-child(5n+1) {
clear: both;
}
}
.product-title {
height: 45px;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
If you want to insert social icons into your posts or pages, please use the shortcode [share].
Regards,
Rose Tyler.
Hello,
Please, provide wp-admin access in Private Content.
Also, you can try to add this code in Custom CSS:
.ultb3-info.ib3-info-center {
height: 400px;
}
div#Info-banner-wrap7206 {
height: 300px;
}
Regards,
Rose Tyler.