A
A
aliasst2018-12-06 19:24:46
WordPress
aliasst, 2018-12-06 19:24:46

How to hide shipping cost in Woocommerce on checkout page (screenshot)?

How to hide (remove) the cost of delivery in the "Delivery in Russia" item, since it depends on the tariffs of various transport companies.
5c094d1210a7b980546103.jpeg
Do not suggest styles, as there is a colon after the name of the type of delivery.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vova, 2018-12-11
@aliasst

As an option:

.woocommerce-shipping-methods label{ position: relative; }
.woocommerce-shipping-methods label span{ display: none;} 
.woocommerce-shipping-methods label:after {
    content: '';
    height: 25px;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question