Hover "in cart" has been overwritten by GermanMarket
-
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.
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
Perfect! Thank you very much for this fast solution 🙂
Regards,
Mike
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.
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