Headers of Sidebar and Blog
-
Hi…I wondered if there is a way to put a line space between the header and text on my feature sidebar. On my Welcome to my site and the “Death Notice is featured…etc” the title is crammed against the text.
Also, is there a way to change colors for these headers and also for the title of my blog posts?
Thank you!
-
Hi there, you can add some extra space using custom CSS. You’ll want to add something like this snippet:
.widget-title { margin-bottom:20px; }Changing the 20px value to be greater or smaller will change the amount of space added.
There is also a way to change the color of headers on your site but it’s a bit more complicated. Are you wanting each header to be a separate color or just change all of the headers to a consistent color?
- The topic ‘Headers of Sidebar and Blog’ is closed to new replies.