New Landing How can we help? Atelier Add to cart button text style change

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #300708
    haastee
    Member
    Post count: 47

    Hi,

    I need to change the letter spacing only in the “ADD TO CART” button text (in german it is “IN DEN WARENKORB” which´s lenght causes the whole button to show incorrectly in the mobile mode – how can i do this?

    Thanks and best regards,

    Michael

    #300934
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you link me to this page? This should work.

    Please add this to Theme Options => Custom CSS:

    .woocommerce div.product form.cart .button span {
        letter-spacing: -1px;
    }
    #300946
    haastee
    Member
    Post count: 47

    worked well, thanks a lot!

    Michael

    #300949
    haastee
    Member
    Post count: 47

    Another question: how can I remove the add-to-cart-icon from that button in the product details page?

    #300954
    haastee
    Member
    Post count: 47

    just found it:

    .sf-icon-add-to-cart{
    display:none !important;
    }

    #300959
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.

    -Rui

    #301825
    haastee
    Member
    Post count: 47

    but:

    .sf-icon-add-to-cart{
    display:none !important;
    }

    removes not only the icon from the single-product add-to-cart button but also from the product list hover-add-to-cart button (“yith-wcwl…”).
    I just want to remove the icon from the single-product page ATCB – how can I do this?

    Thanks,
    Michael

    #301839
    David Martin – Support
    Moderator
    Post count: 20834

    The single product page has it’s own class: single-product. So you can use:

    .single-product .sf-icon-add-to-cart {
    display:none !important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register