Jump to content
Sign in to follow this  
anlinares

Image Heading for Sidebar Widgets

Recommended Posts

anlinares

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

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

PERFECT, Catrina! Thank you!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×