Strike through, not in the middle

Merchant
Tól től United Kingdom
Tagság márc. 2021 óta

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
Tól től United Kingdom
Tagság márc. 2021 óta

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
Tól től Netherlands
Tagság dec. 2022 óta

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

Merchant
Tól től United Kingdom
Tagság márc. 2021 óta

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

LiteCart Fan
Tól től Netherlands
Tagság dec. 2022 óta

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
Tól től United Kingdom
Tagság márc. 2021 óta

Ah !
Thats done the trick !

Te
Ez a weboldal nem használ cookie-kat és nem használ harmadik féltől származó nyomkövetési technológiát. Úgy gondoljuk, hogy jobban tudjuk csinálni, mint mások, és tényleg gondolunk az Ön magánéletére.