You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#110657 line-through more

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by ant on Friday, 25 March 2022 10:46 GMT

ant
Hi
I don't find the strike/line-through button in JCE editor. I inserted the span manually here: https://www.mostrigiapponesi.it/la-mostra (below the big button).
is it possibile to make line-through thicker? It is really very subtle.

Thanks

Ryan
Try adding the following to your template stylesheet (adjust the thickness as required) :

span[style^="text-decoration"] {
  text-decoration-thickness: 2px !important;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

ant
Thanks a lot.