How do I disable bullets on cart and checkout

petra
73 Posts
petra posted this 21 September 2018

Hi

How do I disable the bullet next to the radio button on the cart and checkout page on Woocomerce.

See attached.

Hi How do I disable the bullet next to the radio button on the cart and checkout page on Woocomerce. See attached.
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 21 September 2018

Hello Petra,

Could you, please, provide the link to the site?

Thank you
Gina
Themler Support

Hello Petra, Could you, please, provide the link to the site? Thank you Gina Themler Support
petra
73 Posts
petra posted this 27 September 2018

Hi

The website is http://www.oopsadaisybags.co.za

Hi The website is http://www.oopsadaisybags.co.za
Support Team
Support Team posted this 27 September 2018

Add this CSS code to Home -> Settings -> Additional CSS:

.woocommerce ul#shipping_method li:before {
  content:none!important;
}

Gina
Themler Support

Add this CSS code to Home -> Settings -> Additional CSS: .woocommerce ul#shipping_method li:before { content:none!important; } Gina Themler Support
petra
73 Posts
petra posted this 27 September 2018

Hi

This fixed it on the checkout page, how do I fix it on the cart?

Hi This fixed it on the checkout page, how do I fix it on the cart?
Support Team
Support Team posted this 27 September 2018

Change the code to the following (it should work for both then):

#shipping_method li:before {
  content:none!important;   
}

Gina

Change the code to the following (it should work for both then): #shipping_method li:before { content:none!important; } Gina
petra
73 Posts
petra posted this 27 September 2018

Brilliant that fixed it thank you.

Brilliant that fixed it thank you.
You must log in or register to leave comments