Nice little plug that works great. One thing I would like to do though is change or actually just remove "connect with.." text? I checked the box in the widget which says "our" or "me" but it doesn't change anything. Suggestions?
Nice little plug that works great. One thing I would like to do though is change or actually just remove "connect with.." text? I checked the box in the widget which says "our" or "me" but it doesn't change anything. Suggestions?
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. ;-)
You should be able to use the widget without a title. Just delete the default title and save the widget.
The our vs my option is for the tooltip that appears when you mouse over the icon on the front end.
I sorted it out a while ago, but thanks all the same!
You must log in to post.