• atorax

    (@atorax)


    this is probably an obnoxious noob question and i apologize. i did search for an answer before posting and didn’t find any solutions (at least i could identify as solutions).

    im using atahualpa 3.4.4 and have not been able to discern a way to change the font color of some titles and category headings. in particular, i can’t change “categories”, “archives”, “hello world!”, “comments to hello world!”, “recent posts”, “blog roll”, and “meta”.

    here is a link.

Viewing 1 replies (of 1 total)
  • jrav001

    (@jrav001)

    In your css file, change
    h1, h2, h3, h4, h5, h6 {
    color:#CCCCCC;
    to another color…example:

    h1, h2, h3, h4, h5, h6 {
    color:#cccccc;
    display:block;
    }

    That should change all of them.

Viewing 1 replies (of 1 total)
  • The topic ‘certain font colors not changeable in atahualpa’ is closed to new replies.