Viewing 2 replies - 1 through 2 (of 2 total)
  • shai9560,
    The reason is the AMAZONPRODUCTS shortcode already has a default style set for the price. If you want to color the price using the amazon-element shortcode, you will need to add a style to your default styles in the options like so:

    .amazon-element-new-price{color:#880000;}

    if you want the label a color too, you can style that as well using .label-new-price.

    Label classes all start with label- and then the label field name. Field classes all start with amazon-element- and then the field name (or use amazon-elements- if using amazon-elements shortcode) .

    For example, if you want to style the sm-image to add anything special to the image itself (like a border), you would add a style like so:

    .amazon-element-sm-image{border: 1px solid #eaeaea;}

    We provide the basic styles for the default shortcode, but the theme has a LOT to do with the look, so any additional styles are up to the user. In the future, we plan to add a style feature to help the user without CSS knowledge.

    Warm regards,
    Don

    Thread Starter shai9560

    (@shai9560)

    perfect! thank u very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shortcode price color’ is closed to new replies.