webs05
Forum Replies Created
-
Moved to Google + Blog plugin as it works perfectly.
Bueller… Bueller…
Forum: Developing with WordPress
In reply to: PHP Help – Parse ErrorNevermind, I fixed it. The problem was not with the line pointed out, but with another line up above.
Forum: Fixing WordPress
In reply to: Link Category Titles Have Different Font and ColorThan you very much for your patience and help. Your solution worked perfectly.
Forum: Fixing WordPress
In reply to: Link Category Titles Have Different Font and ColorSo than your saying to remove all the lines including, li#search h2{ and li#meta h2{. Or just the li#linkcat ones.
Forum: Fixing WordPress
In reply to: Link Category Titles Have Different Font and ColorThose lines in my CSS look like this:
li#linkcat-1 h2{padding: 0;
color: #FF9933;
font-size: 12px;
font-weight: bold;}
li#linkcat-2 h2{
padding: 0;
color: #FF9933;
font-size: 12px;
font-weight: bold;}
li#linkcat-3 h2{
padding: 0;
color: #FF9933;
font-size: 12px;
font-weight: bold;}
They all appear to be the same, which is what was confussing to me about this problem. Also it appears that any new link categories I make appear screwed up as well. 🙁 Thanks for the quick response and your help by the way.