Changing font color in Notepad theme

  • Unknown's avatar

    Can anyone tell me how to change the font color in the Notepad theme header? I don’t want to purchase the CSS editor unless I’m sure I can do this. Thanks!

    Notepad is here:
    http://theme.wordpress.com/themes/notepad/

    And the CSS looks like this:
    .important {
    background:#ffcdc5;
    border:1px solid #cd2d12;
    color:#8c1400;
    margin:.5em 0;
    padding:5px;
    }

    .important a {
    color:##FFD880;
    }

    .note {
    background:#ffffcc;
    }

    .note,.download {
    border:1px solid #ffff99;
    color:#446c00;
    margin:.5em 0;
    padding:5px;
    }

    .note a,.download a {
    color:#FFFFFF!important;
    }

    .download a {
    font-weight:bold;
    }

    .download {
    background:#d5f69b url(‘images/download.png’) no-repeat top left;
    padding-left:46px;
    min-height:35px;
    }

    * html .download {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/download.png’,sizingMethod=’scale’);
    }

    address {
    background:#f3f3f3;
    border:1px solid #777777;
    margin:1em 0;
    padding:5px;
    }

    body,body.mceContentBody {
    background:white;
    font-family:Arial,Times New Roman, sans;
    line-height:1.7em;
    font-size:90%;
    color:#232323;
    margin:0;
    padding:0 1em;
    }

    a {
    color:# 0!important;
    }

    a img {
    border:0 none;
    }

    ul {
    list-style:none;
    margin:0;
    padding:0;
    }

    ul ul {
    margin:0 0 0 1.5em;
    }

    ul li {
    background:transparent url(‘images/bullet.png’) no-repeat 0 1px;
    margin:0;
    padding:0 0 0 20px;
    }

    ul li li {
    list-style-type:square;
    list-style-position:inside;
    padding-left:0;
    background-image:none;
    }

    ul li li li {
    list-style-type:disc;
    }

    blockquote {
    border-left:3px solid #14568a;
    color:#14568a;
    font-family:Georgia, Times New Roman, sans;
    font-style:italic;
    font-size:1.1em;
    margin:0;
    padding:0 0 0 1em;
    }

    blockquote a {
    color:#14568a;
    }

    blockquote blockquote {
    font-size:1em;
    }

    code {
    background:#14568a url(‘images/code_bg.png’) no-repeat top left;
    display:block;
    line-height:26px!important;
    padding-left:44px;
    font-size:14px;
    border:1px solid #14568a;
    font-family:Arial, Courier, monospace;
    letter-spacing:0;
    clear:both;
    overflow:auto;
    text-align:left;
    color:white;
    white-space:nowrap;
    margin:1em 0;
    }

    * html code {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’wp-content/themes/freshy2/images/code_bg.png’,sizingMethod=’crop’);
    }

    html {
    background-color:#fff;
    }

    .aligncenter,dl.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

    .alignleft {
    float:left;
    }

    .alignright {
    float:right;
    }

    .wp-caption {
    border:1px solid #ddd;
    text-align:center;
    background-color:#f3f3f3;
    padding-top:4px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    margin:10px;
    }

    .wp-caption img {
    border:0 none;
    margin:0;
    padding:0;
    }

    .wp-caption-dd {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
    }

    img.wpGallery {
    border:1px dotted #cc0000;
    background:#ffffcc url(‘plugins/wpgallery/img/gallery.png’) no-repeat scroll center center;
    width:99%;
    height:250px;
    }

    body.mceForceColors {
    background:#fff;
    color:#000;
    }

    .mceItemTable,.mceItemTable td,.mceItemTable th,.mceItemTable caption,.mceItemVisualAid {
    border:1px dashed #BBB;
    }

    .mceIEcenter {
    text-align:center;
    }

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • Unknown's avatar

    The site title main color is here: #header #logo, #header #logo a

    The site title hover color is here: #header #logo a:hover

    The tagline color is here: #header .description

  • The topic ‘Changing font color in Notepad theme’ is closed to new replies.