solarsurfer Merchant Van United Kingdom Lid sinds mrt. 2021 solarsurfer 2 sep. 2024 16:29 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 ?
solarsurfer Merchant Van United Kingdom Lid sinds mrt. 2021 solarsurfer 3 sep. 2024 07:36 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'); }
jackmaessen LiteCart Fan Van Netherlands Lid sinds dec. 2022 jackmaessen 4 sep. 2024 10:32 Can you give us an url where the issue is visible?
solarsurfer Merchant Van United Kingdom Lid sinds mrt. 2021 solarsurfer 4 sep. 2024 11:04 https://shop.shears.co.uk/other-plants-c-11/hosta-plug-plants-mixed-pack-p-98 Page Code.. <div id="low-prices">NOW ONLY</div> <div class="price-wrapper"> <del class="regular-price">£3.99</del> <strong class="campaign-price">£2.99</strong> </div>
jackmaessen LiteCart Fan Van Netherlands Lid sinds dec. 2022 jackmaessen 4 sep. 2024 12:18 [img=500x320]https://webprofis.nl/testimages/lcc.jpg[/img] Above is shown in IE, Chrome and Opera. Mozilla Firefox below: [img=500x362]https://webprofis.nl/testimages/lccm.jpg[/img] So probably you are using Firefox browser And indeed, like s22_tech already mentioned, this is a font issue: [img=500x340]https://webprofis.nl/testimages/lccm1.jpg[/img]
solarsurfer Merchant Van United Kingdom Lid sinds mrt. 2021 solarsurfer 4 sep. 2024 12:35 Very Clever ! Thanks for looking into this for me, help appreciated Thanks
jackmaessen LiteCart Fan Van Netherlands Lid sinds dec. 2022 jackmaessen 5 sep. 2024 11:28 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; }```
solarsurfer Merchant Van United Kingdom Lid sinds mrt. 2021 solarsurfer 5 sep. 2024 12:59 Ah ! Thats done the trick !