View
 

How to change the size and color of the "Drag and Drop Me to the Bag" text

Page history last edited by Eugene 2 years, 3 months ago

Use this custom CSS code:

 

div.ecwid-productBrowser-productDragLabel {
    font-size: 10px;
    color: #cecece;
}

 

Feel free to change the "20px" and "#cecece" values.