Hi Wes,
Well I’m not having any luck changing the Sidebar content font color. So I’ve copied the code as I have it now:
/* Primary / Secondary Sidebars
———————————————————— */
.sidebar {
display: inline;
float: right;
font-size: 0.875em;
color: #000000; <added the #color here
line-height: 1.5em;
width: 260px; < yesterday I narrowed the sidebar to create more space between the Post content and sidebar. This worked ok.
}
.sidebar .widgettitle { <I added here and it seemed to work ok, but I can’t be sure the ariel font selection worked, my feeling is it didn’t.
font: ariel !important;
font-size: 16px;
color: #000000;
}
So that’s what I’ve got so far and the font color remains grey. Suggestions please.
Thanx,
Tom