Error with widget title
-
https://radiantitconsulting.com/dev/smartresponse/
On the page above, I have inserted three widgets but the widget titles do not seem to reflect my css changes. So I took a look a the code and see that the text for the title seems to be listed under the html styling:
<h4 class=”widget-title widgettitle”></h4>”Search by Disaster”
Obviously if I move the text into the proper place:
<h4 class=”widget-title widgettitle”>”Search by Disaster”</h4>”Search by Disaster”
it shows up correctly. Why is this doing this? And how can I keep it from doing this again without having to edit the code directly every time?
Thanks in advance
- The topic ‘Error with widget title’ is closed to new replies.