help!

Dec 22, 2008 23:34

okay so my journal looks like this right now.

THe following problems are occurring and I really don't know what I'm doing wrong:

  • My journal title/links are still in the default color
  • My sidebar's text is still in default colors
  • Links/Text in header is still default
  • the white border color on the sides

    my crazy CSS )
  • page:borders, sidebar:headers:colors, header:nav links:colors

    Leave a comment

    Comments 3

    av8rmike January 5 2009, 18:19:01 UTC
    Wow, I'm so sorry I let this entry go without any kind of response for so long. Are you still having these issues, or did you manage to fix any of them?

    Reply

    buildyourwalls January 5 2009, 20:59:06 UTC
    Yes I am still having the issues D:

    Reply

    av8rmike January 8 2009, 20:54:21 UTC
    OK... I took a little time to look at this. It looks like you're not showing your journal title at all. I think I understand the other issue you want to fix.

    This will make all your links, including the header nav links, the sidebar titles, and entry subjects the same color:
    a, a:hover,
    #header .nav a,
    .widget-content a,
    .widget-header,
    .widget-header a,
    .asset-header a {
    color: #CCCCCC;
    }
    To get rid of the borders, add "border: 0;" to #container-inner.

    Reply


    Leave a comment

    Up