O
O
ololoshka12020-06-18 11:42:02
WordPress
ololoshka1, 2020-06-18 11:42:02

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

1 answer(s)
O
ololoshka1, 2020-06-18
@ololoshka1

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 question

Ask a Question

731 491 924 answers to any question