Hi
Pls could u provide the solution to moving “in stock” next to/in level with the price, attached examples below
Theme: warehouse
URL: tennisgiant.com
Wanted result:
current:
Cheers
Hi
Pls could u provide the solution to moving “in stock” next to/in level with the price, attached examples below
Theme: warehouse
URL: tennisgiant.com
Wanted result:
current:
Cheers
1: Online store > themes > Actions > Edit code > Assets > theme.css
2: paste code at last
.product-form__info-list .product-form__info-item:nth-child(2) {
display: none;
}
3: Save