Hi Montig
In your WordPress dashboard on the main menu go to Appearance > Widgets.
On the far right of the Widgets page you’ll see Widgetized area called ‘Home Page Widgets’.
What you need to do now is click on this Widget area to open it.
Next you need locate the ‘Text’ widget – it has a description of ‘Arbitrary text or HTML’ underneath.
Hover over this widget and you will notice your mouse pointer change to a crossed-arrows symbol.
Now drag the text widget and place it in the ‘Home Page Widgets’ widgetized area.
Just as an example copy and paste the code below and paste it in to your text widget,
<img src="yoursite.com/wp-content/theme/lobster/images/sample1.png" alt="Your Image" class="aligncenter" />
<h3 class="home-widget-title">Text Widget Header</h3>
<div class="textwidget">
<p>Now you'll have to make two more of these!</p>
</div>
You can give the widget a title also. The ‘Text’ widget allows you to place custom html markup in to your widget.
If you save the widget now and look at your homepage you’ll find the original widgets have disappeared. So, you’ll simply have to create another two widgets for your ‘Home Page Widgets’ area.
Your ‘Home Page Widgets’ will display three ‘Text’ widgets in total!
So, you can not only change the text in the paragraphs you can change everything!
Remember to change the image path to whatever image you want to place there.
I hope this helps ??
Ruairi