• Resolved great2be

    (@great2be)


    Hi,

    I’ve used following shortcode to add “Add to cart” button to my landing page:
    [add_to_cart id=”99″ show_price=”false”]

    Now I would like to customize imported shortcode “Add to cart” button.

    I could socesfully customized “Add to cart” button on Cart page, but it seems that styling is not transfered/imported with shortcodes.

    Code I’ve use for styling:
    button.single_add_to_cart_button.button.alt {
    width: 200px !important;
    font-size: 20px !important;
    height: 90px !important;
    }

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • .button.add_to_cart_button.button {
      width: 280px !important;
      font-size: 20px !important;
      line-height: 61px !important;
    }
    Thread Starter great2be

    (@great2be)

    it works! thanks:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizing style [add_to_cart id=”99″] shortcode’ is closed to new replies.