Blog Sections Open
Showing TinyMCE Font Sizes in Pixels Instead of Percentages
How to adjust TinyMCE configuration so editors see familiar pixel-based font-size options instead of percentage values.
Some editorial teams are comfortable with percentage-based font sizes, but many expect to see pixel values because that is how their design specs are written. When TinyMCE shows percentages, the mismatch can make even simple content work feel awkward.
What to Change
The solution is not in content templates but in the TinyMCE configuration. Replace the default font-size menu with one that lists the exact pixel values your project supports.
Once the editor sees the same scale the design team uses, formatting decisions become easier and support requests drop quickly.
Outputting Folder Names Without Links in Wayfinder
How to keep folder labels visible in navigation while preventing them from rendering as clickable links.
Removing Shopkeeper Cart Items Without AJAX Refresh
How to switch a Shopkeeper cart flow back to full-page removal when custom JavaScript makes the default AJAX behavior too fragile.