Davinci2.0 - The Phone icon on shopping-cart/ can not be removed

daica85

New Member
Hello,

I've removed the contact phone number in this field, leave it blank.

1559376080874.png

However it's still showing the phone icon in the shopping-cart page

1559376263708.png

Please help, how to remove the phone field completely?

Thanks & Regards,
 
E

Ekaterina Sayapina

Guest
Hello,

I've removed the contact phone number in this field, leave it blank.

View attachment 9260

However it's still showing the phone icon in the shopping-cart page

View attachment 9261

Please help, how to remove the phone field completely?

Thanks & Regards,
Hello,

Thanks for reporting the issue!
As a quick fix, you can add this piece of code to Customization => Head:

.sc_info_tel {
display: none;
}
 
Top