I have a free theme I'm using for my blog and I can bold the text in the Admin area but it doesn't show up bold on the post itself. What can I do to correct this issue?
Thanks for any help.
I have a free theme I'm using for my blog and I can bold the text in the Admin area but it doesn't show up bold on the post itself. What can I do to correct this issue?
Thanks for any help.
You could start by posting a link to a page on your site that demonstrates the problem.
Here's a link: http://bluepop13.com/2010/03/17/the-only-way-to-the-top-is-with-helping-others-help-you/
I just checked again in the Admin area and the headlines are bold but on the post itself, not.
Try editing style.css and removing font-weight:normal; from:
.entry-title, .page-title {
color:#006699;
font-size:2.6em;
font-weight:normal;
margin:0 0 0.8em;
}I took out 'font-weight:normal;' and it changed the headings to all bold. That's a start so we're onto something... Now if we can just figure out how to get the subheadings to go bold when I assign them.
Thanks for this much help and if you can think of something further then thanks again.
This topic has been closed to new replies.