Home › Forums › WoodMart support forum › DESIGN FOR WCMP VENDOR
DESIGN FOR WCMP VENDOR
- This topic has 11 replies, 3 voices, and was last updated 3 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
April 26, 2021 at 10:25 am #286714
breackdownParticipantHi,
I use the plugin WCMP Vendors to Marketplace.
I would like disable the green underline vendor name. I want to keep vendor name.
You give me this code but that’s doesn’t work now. Probably with the new update :
.btns-shop-light .woodmart-hover-standard .woodmart-add-btn > a.by-vendor-name-link,
.btns-shop-light .woodmart-hover-standard .woodmart-add-btn > a.by-vendor-name-link:hover{
background-color:transparent;
color:#333333;
boxCan you help me please
Best regards.
Attachments:
You must be logged in to view attached files.April 26, 2021 at 8:24 pm #286927
Elise NoromitMemberHello,
Please replace the code with this one:
.btns-shop-light .wd-hover-standard .wd-add-btn > a.by-vendor-name-link, .btns-shop-light .wd-hover-standard .wd-add-btn > a.by-vendor-name-link:hover{ background-color:transparent; color:#333333;
Best Regards
April 26, 2021 at 8:46 pm #286938
breackdownParticipantHi,
I tried this code but that doesn’t work. Before the last update that’s working.
I deleted the cache of course.April 27, 2021 at 2:13 pm #287234
Elise NoromitMemberHello,
Please replace the code with this one:
body .wd-hover-standard .wd-add-btn>a { color: #333333; background-color: transparent; box-shadow:none; }
Best Regards
April 27, 2021 at 2:28 pm #287255
breackdownParticipantHi
Thanks it’s working but I only want for seller name as you can this on my first picture.
I want to keep the cart green.Sorry
Please help me
Thanks for your great support
Best regards
April 27, 2021 at 8:25 pm #287381
Elise NoromitMemberHello,
Please replace the code with this one:
body .wd-hover-standard .wd-add-btn>a {
color: #333333;
box-shadow:none;
}
Best RegardsApril 27, 2021 at 8:43 pm #287388
breackdownParticipantHi
Sorry but this code don’t working.
Please help me
Thanks again for your great support.
I love it.Best regards
April 28, 2021 at 10:22 am #287562
Elise NoromitMemberHello,
Please take this one, it should work this time:
.wd-hover-standard .wd-add-btn > a.by-vendor-name-link, .wd-hover-standard .wd-add-btn > a.by-vendor-name-link:hover{ background-color:transparent; color:#333333; box-shadow:none; }
Sorry for confusing.
Best Regards
April 29, 2021 at 9:19 am #287904
breackdownParticipantHi,
Thats’ working. Very well ! Very Good support ! I love it.
But I have the same problem in shop page.
Have a look in attachement.
Best regards
Attachments:
You must be logged in to view attached files.April 29, 2021 at 9:26 am #287912
Bogdan DonovanKeymasterHi,
Try to replace previous custom code with this one:
.product-grid-item .wd-add-btn .by-vendor-name-link, .product-grid-item .wd-add-btn .by-vendor-name-link:hover{ background-color:transparent; color:#333333; box-shadow:none; } .product-list-item .wd-add-btn .by-vendor-name-link { margin-bottom: 5px }
Kind Regards
April 29, 2021 at 9:35 am #287917
breackdownParticipantHi,
Great ! That’s working !
Best supportBest regards
April 29, 2021 at 2:12 pm #288049
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register