Answer the question
In order to leave comments, you need to log in
How to change size from pt to px Wordpress?
How to change size from pt to px in wordpress editor?
Answer the question
In order to leave comments, you need to log in
Found the answer
function prefix_tinymce_toolbar( $args ) {
$args['fontsize_formats'] = "8px 10px 12px 13px 14px 16px 20px 24px 28px 32px 36px";
return $args;
}
add_filter( 'tiny_mce_before_init', 'prefix_tinymce_toolbar' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question