Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter areyoumodest1

    (@areyoumodest1)

    This is what I added to fix the the color changes:

    .post li a {
    color: #000000;
    font-family: Georgia, serif;
    font-weight: normal;
    font-variant: small-caps;
    font-weight: normal;

    }
    .post li a:hover {
    color: #1E90FF;
    cursor: crosshair;
    border-bottom: none;
    }

    Though now I just can’t seem to figure out how to separate the post titles from the post body, so that I can keep the titles serifed and the post links sans serifed. Any ideas?

Viewing 1 replies (of 1 total)