Home › Forums › WoodMart support forum › Remove "Hover on product"
Remove "Hover on product"
- This topic has 25 replies, 2 voices, and was last updated 4 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
May 21, 2020 at 2:25 pm #196781
SukamaParticipantHi!
I would like to remove hover-effect on products. How can I do this?
Thanks
regards
May 21, 2020 at 3:18 pm #196807
Elise NoromitMemberHello,
Please provide the site admin access to the private area I will check and provide custom CSS. If you do not want image change on hover disable the option in the Theme Settings > Shop page > Product style.
Best Regards
May 21, 2020 at 3:26 pm #196813
SukamaParticipantthanks, on this site is all deactivated. And I also want to deactivate “Hover on product” but there is no option for “no hover”
May 21, 2020 at 3:36 pm #196819
SukamaParticipantOr can you send me css code and i insert it?
May 21, 2020 at 8:35 pm #196847
Elise NoromitMemberHello,
Please advise which design on hover you have set in the Theme Settings > Shop page > Product Styles?
Best Regards
May 21, 2020 at 10:13 pm #196862
SukamaParticipantyes, it is “standard”. Here is a screenshot
Attachments:
You must be logged in to view attached files.May 21, 2020 at 10:13 pm #196864May 22, 2020 at 8:20 am #196918
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .woodmart-buttons[class*=wd-pos-r] { opacity: 1; }
You will get this result: https://prnt.sc/sll1ii
Best Regards
May 22, 2020 at 8:54 am #196925
SukamaParticipantHello,
thanks, but I dont see any difference. Here is a screenshot what I want.
When you go over the product with the mouse, there you see no difference
Thanks
Attachments:
You must be logged in to view attached files.May 22, 2020 at 9:42 am #196945
Elise NoromitMemberHello,
I need you page URl to check.
Best Regards
May 22, 2020 at 9:45 am #196946
SukamaParticipantMy Website:
May 22, 2020 at 12:26 pm #196994
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-icons .wrapp-buttons { visibility: visible; } body .woodmart-hover-icons .wrapp-buttons { opacity: 1; }
Best Regards
May 22, 2020 at 12:29 pm #196996
SukamaParticipantthanks, but now is shown all
May 22, 2020 at 2:19 pm #197028
Elise NoromitMemberHello,
What do you mean? And how do you want it to work?
Best Regards
May 22, 2020 at 2:27 pm #197031
SukamaParticipantI want no hover effect. It should show the white button:
Attachments:
You must be logged in to view attached files.May 22, 2020 at 2:27 pm #197033
SukamaParticipantI marked it red
May 22, 2020 at 3:37 pm #197055
Elise NoromitMemberHello,
Please remove the CSS which I have provided. Do you want to remove the white block on the hover? You do not want to show anything?
Best Regards
May 22, 2020 at 3:44 pm #197059
SukamaParticipantYes, I want to remove the white block. I don’t want to show anything
May 22, 2020 at 3:46 pm #197060
SukamaParticipantAnd when I go with the mouse over the product, I don’t want to show the white block too. Just nothing, even when I go with the mouse over it
May 22, 2020 at 9:45 pm #197135
Elise NoromitMemberHello,
Now the white block is not shown: https://gyazo.com/3b2f5ce32b1e7280e0876ea87c738efc It seems you have solved the issue.
If you still need my help, remove the code I have provided and clean the cache.
Best Regards
May 22, 2020 at 9:53 pm #197139
SukamaParticipantHello,
I still have the same problem. Tried it with IE, Google Chrome and FireFox.
Also the black text shouldn’t be shown. I removed now the code and cleaned the cache
Attachments:
You must be logged in to view attached files.May 23, 2020 at 12:54 pm #197275
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-icons:hover .wrapp-buttons { visibility: hidden!importnat; } body .woodmart-hover-icons:hover .wrapp-buttons { opacity: 0!important; }
Best Regards
May 23, 2020 at 1:00 pm #197278
SukamaParticipantthanks, now the white box is disabled.
But the other text is still shown, how can I remove it?
Attachments:
You must be logged in to view attached files.May 23, 2020 at 2:30 pm #197300
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product p.wc-gzd-additional-info, body .product-quick-view p.wc-gzd-additional-info { display: none; } body .woodmart-hover-icons .woodmart-buttons .wd-action-btn>a { display: none; }
Best Regards
May 23, 2020 at 5:42 pm #197334
SukamaParticipantit works, thank you.
So the code is:
body .woodmart-hover-icons:hover .wrapp-buttons {
visibility: hidden!importnat;
}
body .woodmart-hover-icons:hover .wrapp-buttons {
opacity: 0!important;
}
body .product p.wc-gzd-additional-info,
body .product-quick-view p.wc-gzd-additional-info {
display: none;
}
body .woodmart-hover-icons .woodmart-buttons .wd-action-btn>a {
display: none;
}
correct?
May 23, 2020 at 7:19 pm #197346
Elise NoromitMemberHello,
Yes, it is correct, copy the coder from my message in the forum.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register