Hi,
I want to stop hard coding info into the footer and think text widgets would be a good way to go. I have not used them before but have just inserted simple text into all 4 widgets into a theme based on 2010.
It seems that their is no way to target a specific footer widget area via CSS.
<ul class="xoxo">
<li id="text-3" class="widget-container widget_text"><h3 class="widget-title">1st fw title</h3> <div class="textwidget">1st fw</div>
</li> </ul>
<ul class="xoxo">
<li id="text-5" class="widget-container widget_text"> <div class="textwidget">2nd FW</div>
</li> </ul>
<ul class="xoxo">
<li id="text-4" class="widget-container widget_text"> <div class="textwidget">3rd fw</div>
</li> </ul>
<ul class="xoxo">
<li id="text-6" class="widget-container widget_text"> <div class="textwidget">4th FW</div>
</li> </ul>
If this about how it works or am I missing something?
Thanks, David