...
Element name | Element key |
---|---|
Product name | productNameproduct-name |
Product price | productPriceproduct-price |
"Add to Cart" Button | addToCartButtonadd-to-cart-button |
"Buy now" Button | buyNowButtonbuy-now-button |
The mapping of the element keys to the elements is illustrated in the following diagrams:
...
Property name | Description |
---|---|
color | Font color of the element |
background-color | Background color of the element (for example, button) |
font-size | Size of the font of the element |
In this fashion you can specify any CSS property of the element.
...