Hallo, ich habe jahrelang WordPress benutzt, aber jetzt ist es auf einmal so kompliziert geworden, dass ich die Nase voll habe: um nur mal eben Schriftgröße oder -art zu ändern, muss man ein Programm runterladen oder jedesmal Programmierzeilen schreiben… Gibt es einen einfacheren (und trotzdem guten) Text Publisher als WordPress?
Hallo,
WordPress hat doch nach wie vor einen WYSIWYG-Editor.
Ich verstehe nicht, was du mit Programmierzeilen oder Programm runterladen meinst.
Gruß,
Steve
Genau das wollte ich eigentlich auch gerade schreiben, vor allem gibt es einen „normalen“ Editor gar nimmer, den Alten muss man sich per Plugin selber holen.
Das „Publishen“ in WP ist in dieser Hinsicht mMn wesentlich einfacher geworden, dass es jede Menge anderer Konfigurationsmöglichkeiten gibt, ist eine andere Sache, allerdings sind die standardmäßig eh so eingestellt, dass man da als Laie nix mehr herumstellen muss.
Grüße,
Tomh
Wie kommt man zu dem Editor? Hat der auch Buttons zum Schriftverkleinern?
Programmierzeilen:
Changing the font size on WordPress is easy.
We’ll cover two methods – installing a plugin and using CSS.
WordPress is known for its user-friendly post editing.
TinyMCE Advanced is a free plugin that lets you choose your preferred font size easily. This plugin provides you with a classic editor toolbar on the new Gutenberg editor.
First, you need to install and activate the plugin. Then, you can go to the Settings page. You’ll find two tabs: Block Editor (Gutenberg) and Classic Editor (TinyMCE) .
If you want to use the classic editor only, enable Replace the Block Editor with the Classic Editor under the Advanced Settings . But, leave it unticked to use both editors side by side.
Here are the steps to change the font using this plugin:
1-2-3
Using CSS – The Classic Way
While the above method is great for a beginner, the classic way requires CSS and might be a little bit more tricky.
However, when using a plugin or the default WordPress editor, you need to do the change for every posts and page. Using CSS changes the font size for the whole site.
Changing the font size using CSS requires adding lines of codes. You can do this via the editor or Customiser . But, we recommend the customiser as it is the easier method.
-
Go to the WordPress dashboard, then to Appearance > Customise .
You can add lines of codes on the left-hand side box. -
To change the entire font:
-
body {
-
font-size: 1.25rem;
-
}
-
3.4.5.6.