Try to add the following code in custom.css
.quantity input[type=number] {
-moz-appearance:textfield !important;
}
Regards,
Robert Hall
Try to add the following code in custom.css
.quantity input[type=number] {
-moz-appearance:textfield !important;
}
Regards,
Robert Hall
Please clarify what device and browser you’re using?
As you can see in the Chrome browser we can add three numbers – http://prntscr.com/ckzrzo
Regards,
Robert Hall
Hello,
Please upload your site to some hosting and provide us with wp-admin and FTP credentials in Private Content to check this issue more deeply.
Also please show a screenshot of the issue.
Regards,
Robert Hall
Please try it yourself. You need replace the following code in \wp-content\themes\legenda\framework\woo.php file on line 938
<span class="badge-number"><?php echo $woocommerce->cart->cart_contents_count; _e(' items for', ETHEME_DOMAIN);?></span>
with
<span class="badge-number">
<?php echo $woocommerce->cart->cart_contents_count; ?> <?php echo ($woocommerce->cart->cart_contents_count != 1) ? __('items', ETHEME_DOMAIN) : __('item', ETHEME_DOMAIN) ; ?></span> <span class="for-label"><?php _e('for', ETHEME_DOMAIN) ?></span>
</span>
Also this will be fixed in the next theme update.
Regards,
Robert Hall
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
You can find all pages in Dashboard->Pages.
Also check the Home Page (furniture). See screenshot: http://prntscr.com/ckxk0q
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
You need to rename the default.custom.css file to custom.css via FTP.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Hello,
Please read more in this article:
https://docs.woocommerce.com/document/editing-product-data-tabs/
Re-ordering Tabs section
Regards,
Robert Hall
1) Try to replace that code with:
.shopping-cart-widget .cart-bag {
background: rgba(255, 255, 255, 0.6);
padding: 0 10px;
}
.shopping-cart-widget .cart-summ .cart-summ{
display: inline-block;
}
2) Use the following code
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation,
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd p {
margin-bottom: 0;
}
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .coast {
margin-top: -10px;
}
Regards,
Robert Hall
Very strange. Try the following code. This one should works.
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dt, .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd {
line-height: 22px;
}
Regards,
Robert Hall
Try to add this code and play with line-height value.
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd {
line-height: 21px;
}
Regards,
Robert Hall
As I see they are fine now. See screenshot: http://prntscr.com/cko1ni
Please show a screenshot of the issue.
Regards,
Robert Hall
In this case try the following code
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation{
display: inline-block;
}
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dt,
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd {
float: left;
}
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .coast{
float: left;
width: 100%;
}
Regards,
Robert Hall
Let’s try to add the following code first. If this doesn’t help you then I’ll provide you the IP address to email.
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation{
display: inline-block;
}
.variation-Skritusliduizmrs {
float: left;
}
.shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .coast{
float: left;
width: 100%;
}
Regards,
Robert Hall
I can’t log to the admin panel via link http://…../store/wp-admin/
Got the following error.
See screenshot: http://prntscr.com/ckn61l
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
Do you mean this section? http://prntscr.com/ckmj2s
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
Try to add this code in custom.css file
.shopping-cart-widget .cart-bag {
background: rgba(255, 255, 255, 0.6);
margin-left: 130px;
padding: 0 10px;
}
Regards,
Robert Hall
1) We’ve checked it in Safari browser and didn’t see the issue – http://prnt.sc/ck6pjh
2) In this case you need add the code in Text editor, not a Visual – http://prntscr.com/ck6wpp
Regards,
Robert Hall
Hello,
Please specify what browser you’re using.
Also try to disable third-party plugins one by one and check issue.
Regards,
Robert Hall
Hello,
As I see the footer is displayed perfect. See screenshot: http://prntscr.com/ck55uk
Could you please clarify with more details what exactly you mean and show us screenshots?
Regards,
Robert Hall
1) Please check it now.
2) Its works fine for me. See screenshot: http://prntscr.com/ck539o
You need just wait a few seconds when loading will finished.
Regards,
Robert Hall
Hello,
Try to add this code in Global Custom CSS
1)
.top-bar {
background-color: #7eaeae;
}
2)
.footer-top {
background: #e9e9e3;
}
Regards,
Robert Hall
Hello,
Please read more in this article:
https://enriquechavez.co/change-email-sender-wordpress/
Regards,
Robert Hall
Hello,
Try to remove the following code in Global Custom CSS and check issue.
.fixed-header-area .fixed-header > .container {
width: 100%;
}
Regards,
Robert Hall
Hello,
Please try to disable third-party plugins one by one and check it, very likely one of them caused issue.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
I’ve changed the CSS code in the Child Theme. Please check it.
Regards,
Robert Hall