mcfadden
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Two colored Blog TitleNo problem. WordPress is pulling your title from the options menu. You can just insert your title into the header manually and add a span tag around the first word so that you can customize the first and second words differently.
Go to Presentation > Theme Editor > Header
Find <?php bloginfo(‘name’); ?> towards the bottom
Replace with <span id=”firstWord”>First</span> Second
Then you can reference the id in your stylesheet which is also found in the theme editor like #firstWord {color: red;}
Forum: Fixing WordPress
In reply to: Sidebar : background color 100%yeah, that’s possible. essentially, what you want to do, is put a wrapper div around the three columns and put a background image on that wrapper div. This image only has to be 1px high. Just repeat it along the x-axis.
Sometimes I have to put a clearing div above the footer so it all works properly.
<div style=”clear: both;”></div>
Forum: Fixing WordPress
In reply to: Include Author Description Fieldanybody?
Forum: Fixing WordPress
In reply to: Include Author Description Fieldbump
Forum: Fixing WordPress
In reply to: Include Author Description Fieldhhhmmmmmmmmm??
Forum: Fixing WordPress
In reply to: Include Author Description Fieldhmm?
Forum: Fixing WordPress
In reply to: Include Author Description FieldI am bumping this, just once, because it is urgent.
Thanks again.