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 )
Comments 3
Reply
Reply
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