Forums

how to change the letter colour into white? (2 posts)

  1. c-jay
    Member
    Posted 2 years ago #

    hi all,

    just installed piano black last week here: http://www.thesessions.nl
    i LOVE the theme, but how the crap do i change the lettertype into white?

    i know there is a html editor for styles, and i managed to change the menubuttons into white...
    but i also wanna change my gigs agenda into white, and the blog / news section... i think the grey colour is way to unclear for the black background..

    hope u can help me...

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    the general font color is defined in style.css:

    body { margin:0; padding:0; background:url(img/back1.gif);
           font-family: Arial, Helvetica, sans-serif;
           font-size:12px; color:#b8babb; text-align:center; }

    change the color code here color:#b8babb; to a color code of your choice ( #ffffff for white ).
    this will probably change the color of most texts.

    however, be aware the some elements, such as headings, are styled individually with other font colors.

Topic Closed

This topic has been closed to new replies.

About this Topic