Home Forums WoodMart support forum Problem with update of Plugin Reply To: Problem with update of Plugin

#75843

Fireball
Participant

Hi,
I have try this code, but unfortunatly, it doesn’t work very well.
In fact, I am using a plugin to have specific prices to specific customers logged with a particular ID. And some time ago, you helped me to keep lower prices but hide max prices. Your code ( let below ) works perfectly with simples and variables products but unfortunatly not with grouped products.
Thanks for your help.

Your last code was:

.single-breadcrumbs {
display:none!important;
}

.price {
font-size:0!important;
}

.price .amount:first-child {
font-size:14px!important;
margin:0 5px
}

.price .woocommerce-price-suffix {
font-size: 14px!important;
}

.single-product-page .summary .price .woocommerce-price-suffix {
font-size: 20px!important;
}

.single-product-page .summary .price .amount:first-child {
font-size: 20px!important;
}

.product-grid-item .price del {
font-size:14px!important;
}

.woodmart-entry-meta,
.woodmart-post-date {
display: none!important;
}

.product-grid-item .price .original-computed-price {
font-size: 0 !important;
}

.product-grid-item .price .original-computed-price > del {
display:none;
}