anlinares 1 Report post Posted May 27, 2011 I am trying to figure out how to use an image for the sidebar widget headings. For the moment, I have just inserted the images above the respective widgets but I need to find out how to use these images as the heading instead. My work in progress blog is at www.ittakesagrandma.com. I'm new to WP and Platform Pro so trying to learn through designing a blog for my mom. The content is just a couple of my first posts from an old blog. Please ignore. Thanks in advance for your help! Share this post Link to post Share on other sites
catrina 103 Report post Posted May 27, 2011 It's possible to add an image to the sidebar widget headings using CSS, but the same image will be set up for all headings even though each one is different. You could simply hide the widget titles by adding this to custom code or the base.css file in the child theme: h3.widget-title {display: none;} That hides the widget titles that are already there, leave the image headings as they are right now, and then add the content you wish below each heading. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
anlinares 1 Report post Posted May 27, 2011 PERFECT, Catrina! Thank you!! Share this post Link to post Share on other sites