DaVinci 2 theme. Can't find where to change single product page design.

Meirzhan

New Member
Dear All,
Could you please assist me on my issue. I am focusing only for US market now and wanted to change all SHIPPING WORLDWIDE texts but for some reason I can't find how to change it in single product page. Please see screenshot in attachment. The highlighted with yellow part is what I want to change.
Thank youFree shipping.jpg
 
E

Ekaterina Sayapina

Guest
Dear All,
Could you please assist me on my issue. I am focusing only for US market now and wanted to change all SHIPPING WORLDWIDE texts but for some reason I can't find how to change it in single product page. Please see screenshot in attachment. The highlighted with yellow part is what I want to change.
Thank youView attachment 7555
Hello Meirzhan,

Please add this code snippet to Customization => Head => CSS style:

.justify-content-around .ico-airplane span{
font-size:0px;
}
.justify-content-around .ico-airplane span:before{
font: Bold 24px/36px 'Open Sans';
content:"your text";
}
 
Top