Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You should be able to add a style to your child-theme changing the color.

    For example:

    p.copyright {
    color: #fff;
    }

    I believe this would change the text to white. Please let me know if you’ve already tried this or if this helps.

    Andrew

    Thread Starter sandyrunhuntco

    (@sandyrunhuntco)

    Tried that: added the line for text-color, but no change. I can effect the size by altering the font-size em, but no effect on color.

    ‘p.copyright{
    clear:both;
    font-size:1.1em;
    font-weight:normal;
    margin-bottom:7px;
    text-align:center;
    text-color:#000000;
    text-indent:0;
    left:0;
    }’

    Thread Starter sandyrunhuntco

    (@sandyrunhuntco)

    Finally found the color option in the theme options and changed it.

    Thanks, Bill

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font color of copyright childishly simple theme’ is closed to new replies.