New Landing How can we help? Atelier Cart and Wishlist

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #326221
    lauries
    Member
    Post count: 63

    Hi,

    1)How do I delete the eye icon on the ‘View Cart’ and ‘View Wishlist’ buttons? Also, I’d like to delete the arrows on the ‘Checkout’ and ‘Proceed to Checkout’ buttons?

    2)The text on the above buttons currently moves to the left when hovered over/clicked. How do I make the text static but change color instead?

    3)How do I replace any/all ‘Shopping Cart’ text with ‘Shopping Bag’ text?

    Thank you!

    #326289
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Did you sorted the issues above?
    Can see them on the shop pages.

    Where are you seeing the shopping cart text? can you send a screenshot?

    Thanks

    -Rui

    #326366
    lauries
    Member
    Post count: 63

    Hi,

    No, 1) and 2) are not resolved. When clicking on the shopping cart and wishlist icons on the upper right of my home page and when clicking on the cart button, the eye icon/arrows still exist and the buttons still move. And how do I change the color of these buttons’ text? Thanks!

    Here is a screen shot of where the ‘cart’ text appears. It also appears when hovering over the shopping cart icon on the upper right home page header. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #326743
    lauries
    Member
    Post count: 63

    Hi Rui,

    Do you have advice for the issues above? Thanks!

    #327023
    David Martin – Support
    Moderator
    Post count: 20834

    1 & 2)

    Please add this to Theme Options => Custom CSS:

    .bag-buttons a.sf-button i {
        display: none;
    }
    .bag-buttons a.sf-button.sf-icon-reveal:hover span.text {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    3) You want to change the tool tip text?

    #327058
    lauries
    Member
    Post count: 63
    This reply has been marked as private.
    #327263
    David Martin – Support
    Moderator
    Post count: 20834

    1) Great, for the cart also please use:

    .woocommerce-cart-form a.sf-button i {
        display: none;
    }
    .woocommerce-cart-form a.sf-button.sf-icon-reveal:hover span.text {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    2) You can use this plugin to change those strings: https://en-gb.wordpress.org/plugins/real-time-find-and-replace/

Viewing 7 posts - 1 through 7 (of 7 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