nobody Posted April 24, 2022 Share Posted April 24, 2022 Hi, i'm trying to make the 'Sold Out' text be on the same line as the price instead of one line below it. Is there any way I can do this? Thanks Link to comment
tuanphan Posted April 24, 2022 Share Posted April 24, 2022 What is site url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
nobody Posted April 24, 2022 Author Share Posted April 24, 2022 (edited) this is the url for the shop: removed Edited May 7, 2022 by nobody Link to comment
tuanphan Posted April 27, 2022 Share Posted April 27, 2022 On 4/25/2022 at 12:04 AM, nobody said: this is the url for the shop: https://donkaka.com/spiritual-playgirl Add to Design > Custom CSS .products.collection-content-wrapper .grid-meta-status { position: absolute; right: 0; bottom: 0; } section.grid-meta-wrapper { position: relative; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
nobody Posted May 9, 2022 Author Share Posted May 9, 2022 also by the way, how can I make it say 'Unavailable' instead of 'Sold Out', but only for some products Link to comment
tuanphan Posted May 9, 2022 Share Posted May 9, 2022 5 hours ago, nobody said: also by the way, how can I make it say 'Unavailable' instead of 'Sold Out', but only for some products Change on both list page + individual pages? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
nobody Posted May 23, 2022 Author Share Posted May 23, 2022 also the previous code seems to overlap text when i hide the prices on a product page Link to comment
tuanphan Posted May 24, 2022 Share Posted May 24, 2022 12 hours ago, nobody said: also the previous code seems to overlap text when i hide the prices on a product page Use this code .product-mark.sold-out { font-size: 0; } .product-mark.sold-out:before { font-size: 18px; content: "Unavailable"; } How did you hide price? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment