Actually, I need to see the website where “in stock” text is used.
URL to site? Can’t see it can’t help you-
You have sent an empty reply…
Theme Author
Tom
(@edge22)
Hi there,
Can you link me to a page where the in stock text is located?
I should be able to give you some CSS that will do it π
.woocommerce div.product .stock {
color: #006c00;
font-weight: 800;
}
Theme Author
Tom
(@edge22)
This should do it π
p.stock.in-stock {
font-weight: bold;
}
p.stock.in-stock:before {
font-family: FontAwesome;
content: '\f00c';
padding-right: 10px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Thanks Tom π
Also got a problem where the layout is abit of a mess on mobile phone browsers
Theme Author
Tom
(@edge22)
What about it? Looks good to me on mobile π
Hi
It’s the Homepage with the layout prob please see below
http://www.awesomescreenshot.com/showImage?img_id=1241656
Also wow would I change the text on from “Menu” which is next to the burger menu icom.
Many Thanks
Theme Author
Tom
(@edge22)
That’s asking me to create an account to see the screenshot.
You can change that text using our Menu Plus add-on, or you can use a PHP filter if you’d like.
Let me know π
Theme Author
Tom
(@edge22)
Try adding this CSS:
@media (max-width: 768px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product {
width: 100%;
float: none;
}
}
Thanks Tom that looks far better.
Kind Regards