New Landing How can we help? Themeforest Theme Support Neighborhood Add to Cart Banner Text

Viewing 2 posts - 1 through 2 (of 2 total)
  • #108881
    Marcy Korb
    Member
    Post count: 11

    Please advise why the banner under each product has the box (it is blue on our site) to click “add to cart” but no text actually saying “add to cart” Is this a theme issue or do I need to add the text? If I need to add, please direct me where in the theme I can add the text in that product banner.

    Attachments:
    You must be logged in to view attached files.
    #108926
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please open to edit function.js through FTP software.

    Find this code at line 623:-
    var carouselWrap = carousel.parent().parent(),
    Replace with :-
    var carouselWrap = jQuery(this).parent().parent(),

    2- Use this custom css code at Admin -> Theme Options -> General Options -> Custom CSS

    .woocommerce ul.products li.product figure figcaption .shop-actions > a, .woocommerce ul.products li.product figure figcaption .shop-actions > a.product-added:hover {
        color: #FFF !important;
    }
    
    .woocommerce ul.products li.product figure figcaption .shop-actions > a:hover {
         color: #FFF !important;
    }
    .woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist a {
       
        color: #fff !important;
    }

    Thanks

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