Hello,
I have been trying to figure out a way to customize my sidebar widget titles to the ones you see at this website (www.planningpretty.com) but have not been able to figure out the ID for the sidebar titles and or how to create this sort of customization. My website is http://www.partnerevents.ca, I only have a sidebar on my blog page.
Thanks,
Alicia
Hey Alicia!
If you just want to make the background pink, font white, and centered like in that website then add this to your custom CSS.
.widgettitle {
background: pink none repeat scroll 0 0;
color: white !important;
padding: 10px;
}
Best regards,
Elliott
Hey Elliott,
Thanks so much it worked! Just changed it with my site colors.
Alicia