how to remove current symbol and change font size field for two ? which file?
/public_html/static/js/main.1d7667f6.chunk.js
get a line class = "col-6 p-0 text-center" remove ''col-6' put any other example name in my name.
go to the custom css settings and add this code
.myname { display: none; }
Insert the following CSS Code : div.block-content.block-content-full.restaurant-info > div.text-center.restaurant-meta.mt-5.d-flex.align-items-center.justify-content-between.text-muted > div.col-6.p-0.text-center { display: none !important; }
div.block-content.block-content-full.restaurant-info > div.text-center.restaurant-meta.mt-5.d-flex.align-items-center.justify-content-between.text-muted { justify-content: flex-start !important }
And Save the Settings.
excellent, but can you remove only the currency symbol from this field ?
.restaurant-meta { display: none !important; } .store-distance-block { display: none !important; } .store-avgprice-block { display: none !important; }