Thread Starter
junagu
(@junagu)
Ok, I can see that. However where does the
<div class="wpsl-info-actions">
<a class="wpsl-directions" href="https://maps.google.com/maps?saddr=Whitehall%2C%20London%20S…ty%20Hotel%2C%20Wembley%2C%20HA9%200NH%2C%20United%20Kingdom" target="_blank">
Directions
</a>
</div>
come from?
Thread Starter
junagu
(@junagu)
Great, that works fine, thank you.
Solved the HTTP error for me but now it’s crunching forever.
just use yer amazing CSS. the widget outputs the title within <h4> tags with a class of “widget-title” and the widget as a whole is within <div> tags with id of “smcwidget-2”, so #smcwidget-2 .widget-title {display:none;} should do the trick. 😉