Jump to content

Insert text before product addons!

Recommended Posts

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

Screenshot 2023-12-27 at 11.52.26 PM.png

Screenshot 2023-12-27 at 11.52.46 PM.png

Link to comment

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;
}
}

 

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
Posted (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 by alex320
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.