Home Forums WoodMart support forum DESIGN FOR WCMP VENDOR

DESIGN FOR WCMP VENDOR

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #286714

    breackdown
    Participant

    Hi,

    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;
    box

    Can you help me please

    Best regards.

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

    Hello,

    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

    #286938

    breackdown
    Participant

    Hi,

    I tried this code but that doesn’t work. Before the last update that’s working.
    I deleted the cache of course.

    #287234

    Hello,

    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

    #287255

    breackdown
    Participant

    Hi

    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

    #287381

    Hello,

    Please replace the code with this one:

    body .wd-hover-standard .wd-add-btn>a {
    color: #333333;
    box-shadow:none;
    }
    Best Regards

    #287388

    breackdown
    Participant

    Hi

    Sorry but this code don’t working.
    Please help me
    Thanks again for your great support.
    I love it.

    Best regards

    #287562

    Hello,

    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

    #287904

    breackdown
    Participant

    Hi,

    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.
    #287912

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #287917

    breackdown
    Participant

    Hi,

    Great ! That’s working !
    Best support

    Best regards

    #288049

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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