New Landing How can we help? Themeforest Theme Support Neighborhood Hide Wishlist on Mobile

Viewing 14 posts - 1 through 14 (of 14 total)
  • #76502
    gregcatmull
    Member
    Post count: 109

    Hi,

    Is there some custom css I could use to hide ‘add to wishlist’ on mobiles?

    cheers
    Greg

    #76509
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Which button are you referring to? Listing page, product page, button in header?

    – Kyle

    #76512
    gregcatmull
    Member
    Post count: 109

    sorry I the product page.

    #76513
    gregcatmull
    Member
    Post count: 109

    on the product page*

    #76515
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 480px) { 
    .yith-wcwl-add-button.show {
      display: none;
    }
    }

    – Kyle

    #76522
    gregcatmull
    Member
    Post count: 109

    perfect that worked thanks,

    I also need to hide background image on mobile is this possible? as currently it blends in with my logo.

    cheers
    Greg

    #76524
    gregcatmull
    Member
    Post count: 109

    there is still actually a minor problem with the hide mobile wishlist css as there is still a inactive black box visible on mobile where the add to wish list was. can I get rid of this too?

    #76538
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could you provide me with your link so I can provide you with the accurate css

    – Kyle

    #76539
    gregcatmull
    Member
    Post count: 109

    shop.garsons.co.uk

    #76541
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 480px) { 
    #header {
      background: none #FFFFFF;
    }
    .catalog-mode .yith-wcwl-add-to-wishlist {
      display: none;
    }
    }

    – Kyle

    #76544
    gregcatmull
    Member
    Post count: 109

    that has sorted the wishlist issue but the header is still visible on mobiles.

    #76547
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I can’t see the css in your custom css, where have you added it?

    – Kyle

    #76548
    gregcatmull
    Member
    Post count: 109

    its worked now cheers!

    #76553
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! 🙂

    – Kyle

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