• I have been searching google all day to find how to replace all of my widget titles with an image.

    I am using a child theme of twentytwelve.

    I have looked at a plugin but it made no sense and didn’t seem to do what I wanted. Is someone able to help by suggesting a plugin they know can do it or help with the code?

    My site is https://www.stampinstuff.com.au/blog/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I haven’t seen anything that could do that. Have you tried just using a text box, above each widget, leaving the widget title blank and add the image html code. You might have to assign some css code to it to adjust the top and bottom margins.

    Thread Starter stampinstuff

    (@stampinstuff)

    Thank you. The text box works for most of the headers.

    For the other widgets that are still showing the widget title, try using a blank space for the title. Not talking about just leaving the field blank. I mean clicking on the field and hitting the spacebar. Usually work on some widgets.

    or you could also add this code to your css but it would make the title not show up on all your widgets.

    .widget-title { display: none; }

    Thread Starter stampinstuff

    (@stampinstuff)

    Excellent. Just putting a space in the field made it go away. Now I just need to work out why removing the title of my feedburner widget make the whole thing move up and bump into the image widget above.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Replace widget title with an image’ is closed to new replies.