Home Forums Basel support forum Add to Cart Icon

Add to Cart Icon

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17694

    pursehuit
    Participant

    Hi,
    How can I add in the front of the Add to Cart text the icon with a basket?
    Please see the screenshot for reference.

    Attachments:
    You must be logged in to view attached files.
    #17701

    pursehuit
    Participant

    Sorry,
    I mean on the category pages. For the single produs page i managed to do it myself.

    #17708

    Bogdan Donovan
    Keymaster

    Hello,

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

    a.button.product_type_simple.add_to_cart_button:before {
        content: "\f07a";
        font-family: FontAwesome;
        margin-right: 10px;
    }

    Kind Regards
    XTemos Studio

    #17716

    pursehuit
    Participant

    Works great.
    And for the single product page with css, without editing the woocommerce files, is there a way?
    thx!

    #17717

    Artem Temos
    Keymaster

    Please, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .single_add_to_cart_button:before {
        content: "\f07a";
        font-family: FontAwesome;
        margin-right: 10px;
    }

    Kind Regards
    XTemos Studio

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