Strike through, not in the middle

Merchant
Lähettäjä United Kingdom
Jäsen alkaen maalisk. 2021

Hi
Promotions are listed as strike through old prices like this....

Is there anyway to change the strike through so that it is displayed through the middle rather than the bottom, or better as a diagonal bottom left to top right, or top left to bottom right ?

Merchant
Lähettäjä United Kingdom
Jäsen alkaen maalisk. 2021

So what font is recommended ?

Under "Edit Styling"

/ Fonts /
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/asap-v26-latin-ext_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/asap-v26-latin-ext_latin-700.woff2') format('woff2');
}

LiteCart Fan
Lähettäjä Netherlands
Jäsen alkaen jouluk. 2022

Can you give us an url where the issue is visible?

Merchant
Lähettäjä United Kingdom
Jäsen alkaen maalisk. 2021

Very Clever !
Thanks for looking into this for me, help appreciated
Thanks

LiteCart Fan
Lähettäjä Netherlands
Jäsen alkaen jouluk. 2022

it seems there is an issue with Mozilla Firefox and Asap font:
https://github.com/google/fonts/issues/2436

In your file variables.css change


   --default-text-font: 'Asap', Arial, 'Helvetica Neue', Helvetica, sans-serif;   
}```
Skip Asap from it:
```:root {
--default-text-font: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}```
Merchant
Lähettäjä United Kingdom
Jäsen alkaen maalisk. 2021

Ah !
Thats done the trick !

Sinä
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.