This topic has 40 replies, 3 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Now that the theme is updated the some icons in the website, such as the ones in the mobile menu are showing up with weird characters
And how can I avoid css @import of the files?
Both issues are fixed now thanks!
You’re welcome!
Regards
Ajax search function isnt working on the site, dont know why
Hello,
Please create new topics for new questions.
I do not see any problem with the search https://prnt.sc/jxkfp9 Could you, please, describe in more details what exactly doesn’t work correctly?
Regards
Hello
How do I reduce the size of this Terms and conditions text (the underlined ones) text on the checkout screen:
—> https://pasteboard.co/HrRoj0N.png
How do I remove the stock number from the product page, so just the out of stock image shows up but not the number of items available
—> https://pasteboard.co/HrRnQqv.png
Hello,
1.
.woocommerce-privacy-policy-text p, .woocommerce-checkout-payment .form-row.place-order label {
font-size: 13px;
}
2. Please read WC documentation https://docs.woocommerce.com/document/configuring-woocommerce-settings/#inventory-options
Regards
Regarding the 2nd point, I cant disable it since it is linked to akidropship, so is there anyway to hide it wuth CSS
.single-product .product-information .stock.in-stock {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up