HomePage › Forums › Themeforest › Piizalian – Fast Food Restaurant WooCommerce Theme › CHow to cange “Search from text” and “Search icon title” in handheld footer › Reply To: CHow to cange “Search from text” and “Search icon title” in handheld footer
August 28, 2021 at 12:10 am
#3503
#1. You must set a price for each Variable:
#2. Please add css code to file style.css ( child-theme):
@media (max-width: 768px){
#woosq-popup .single-product .product .summary .summary-content{
padding: 20px !important;
}
.wc-pao-addon .wc-pao-addon-wrap{
margin: 0 !important;
}
.wc-pao-addon > * {
padding: 0 5px;
}
.wc-pao-addon .form-row label, .wc-pao-addon .wc-pao-addon-wrap label {
display: block !important;
}
}