Home Forums WoodMart support forum Icon in add to cart button

Icon in add to cart button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28194

    leonidas
    Participant

    I want a cart icon in the “add to cart button”.
    Is this possible?

    #28236

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .single-product-content .entry-summary .single_add_to_cart_button:before {
        content: "\f107";
        font-family: woodmart-font;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        vertical-align: middle;
        margin-right: 12px;
    }

    Regards

    #28244

    leonidas
    Participant

    Thank you.Perfect.close the ticket

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Icon in add to cart button’ is closed to new replies.