Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Currency symbol span above price on Safari / Chrome Reply To: Currency symbol span above price on Safari / Chrome

#250189
jknetdesign
Participant

I added this top top of CSS temporarily but there’s got to be a better solution because it feels weird just adding a display: none

span.currency-symbol {
  display: none !important;
}