Viewing 7 posts - 1 through 7 (of 7 total)
  • #41355
    paololee
    Member
    Post count: 149

    Hello Guys,
    how can is hide the bar goes ” Add shopping ” over the products?
    I need to hide the bae also for the mobile version.
    See the attachment please.

    Thanks in advance.
    P.

    #41976
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can do this by adding this css to your custom css in Theme Options > General

    li.product figcaption .shop-actions {
    display: none;
    }

    – Kyle

    #42095
    paololee
    Member
    Post count: 149
    This reply has been marked as private.
    #42097
    paololee
    Member
    Post count: 149

    Thanks Kyle.

    #42157
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you provide me with a link so that I can help fix the issue

    – Kyle

    #42585
    paololee
    Member
    Post count: 149
    This reply has been marked as private.
    #42598
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @paololee,

    This is because the image height is calculated to include the add to shopping bag option on mobile (for easier user interaction).

    You can fix this for your case by editing /js/functions.js line 565 from:

    productImageHeight = productImageHeight + 20;

    to:

    productImageHeight = productImageHeight;

    Hope that helps.

    – Ed

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 the following item
Login and Registration Log in · Register