Using Text Widget With Page Builder
After learning How to use Page Builder, you're now ready to add widgets.
Text Widget
is a default widget that comes with WordPress itself. It is used to display, you guess it, Text. It sounds simple, however you can use it to display any HTML content like Visit Us and Subscribe
as I used it in Footer Widget area of Demo Site
To use Text Widget, choose Text widget from the popup window when you click on Add Widget
button from page builder editor
Now, you're presented with following popup screen
- Enter
Title
of the widget - Enter
Content
of the widget. Plain Text or HTML - If content is plain text, you can choose to
Automatically Add Paragraphs
tag around your text - Click on
Done
when you're done.