- This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Signify eCommerce › Shop All and Out of Stock – please help
Hi,
I’m hoping someone can help with two things:
1. When items are out of stock they say “read more” rather than “out of stock”. Is there any way to fix this? See screen shot below –
https://www.awesomescreenshot.com/image/38679319?key=fcae1eff9ed3db67777e4eb6b22261ef
2. How do I add a “shop all” button and how do i configure the products to all how up in this section?
This is my website: http://www.farmhouseonnubba.com.au
Thanks
@RMINEH, Regarding query no.1 we can fix the issue by adding CSS code in additional CSS
Here is the CSS code
.outofstock .wp-element-button {
visibility: hidden;
padding: 0px 0px !important;
}
.outofstock a.button:hover{
color: #000 !important;
}
.outofstock .wp-element-button:before {
visibility: visible;
content: ‘Out Of Stock;
padding-left: 20px;
}
Add this to Customizer >> Additional CSS
Regarding query no.2 could you please explain in more detail?
Thanks for your response. This additional CSS erases the button completely. Is there a way to have the button say out of stock rather than disappearing?
Please this add one CSS
.outofstock a.button.wp-element-button.product_type_simple:before {
content: “Out Of Stock” !important;
padding: 14px !important;
margin-left: 18px !important;
border: 2px solid !important;
border-color: #f5808c !important;
}
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |