Home Forums Basel support forum Hover "in cart" has been overwritten by GermanMarket

Hover "in cart" has been overwritten by GermanMarket

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16632

    boostfunction
    Participant

    Hi, first of all your theme is awesome and it is working very well.

    I just bought and installed the Plugin GermanMarket which we need in Germany.
    It displays the price with “*incl. Tax” and so on.

    Now I have the problem, that this plugin overwrote your hover-action “place in cart” – when you take a look at my shop you will see instantly what I mean.

    Can you replace this? We don’t need the hover “incl. Tax”, because we have this text behind the price itself as a suffix.

    I can’t find this hover-action in the settings and in GermanMarket there is no setting to disable. I think it overwrote your hover after plugin activation.

    #16637

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .swap-elements .wgm-info {
      	display:none;
    }

    Kind Regards
    XTemos Studio

    #16638

    boostfunction
    Participant

    Perfect! Thank you very much for this fast solution 🙂

    Regards,
    Mike

    #16639

    Artem Temos
    Keymaster

    You are welcome 🙂

    #17229

    boostfunction
    Participant

    Hi, I have one more problem with this now..

    At the frontend Home-site it is all ok with the hover “add to cart”,
    but when the customer is in the categorie view for example there is a gap between the product and the hover “add to cart”. It looks like there is a < br> between it and it is not possible to see the add to cart anymore.

    Maybe you can check this with the login.

    Attachments:
    You must be logged in to view attached files.
    #17232

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .swap-elements .wgm-info {
    	display:none;
    }
    
    .swap-elements .wgm-info + p {
    	display:none;
    }

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)