alex320 Posted December 28, 2023 Share Posted December 28, 2023 Hi, there! I would like to see if Im doing right trying to Insert text before product addons! https://www.novaswood.com/panels/p/brazil-thin-6j7h7-w8l7m Pass: Novas2023woodweb On desktop I think works nice, but looks very bad in mobile. This is the code that I used: ///SAMPLE TEXT/// .ProductItem .ProductItem-details .pdp-product-add-ons:before{ content: "Do you only want a sample? ⌄"!important; font-size: 28px; font-family: ivypresto-display !important; position: relative; bottom: -25px; } Thank you so much for your help. Alex Link to comment
tuanphan Posted January 1 Share Posted January 1 Change your code to this .ProductItem .ProductItem-details .pdp-product-add-ons:before{ content: "Do you only want a sample? ⌄"!important; font-size: 28px; font-family: ivypresto-display !important; position: relative; bottom: -25px; } @media screen and (max-width:767px) { .ProductItem .ProductItem-details .pdp-product-add-ons:before{ bottom: 20px !important; } } LouLouHarvey 1 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
alex320 Posted January 5 Author Share Posted January 5 (edited) On 1/1/2024 at 2:23 AM, tuanphan said: Change your code to this .ProductItem .ProductItem-details .pdp-product-add-ons:before{ content: "Do you only want a sample? ⌄"!important; font-size: 28px; font-family: ivypresto-display !important; position: relative; bottom: -25px; } @media screen and (max-width:767px) { .ProductItem .ProductItem-details .pdp-product-add-ons:before{ bottom: 20px !important; } } Thank u so much!! Edited January 5 by alex320 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