Woocommerce – How to design non fill rounded checkbox using pure css
I am making a styled rounded checkbox for woocommerce . The Problem is my checkbox is now fill inside . How Can I make it thin inside without filling? input#createaccount:checked { background-color: #253849; } input#createaccount{ position: relative; margin-left: 4px; width:…