Scrollbar for Tags List, Make Header Title Smaller [SOLVED]

Jun 25, 2012 02:34

Hi I am very new to expressive, no idea about CSS whatsoever, everything did so far is by trial and error.

Type of account: Plus.
Theme: Minimal Black

Things I would like to tweak in my journal:

1. My header title is too big, I tried using this code:

#header-name a {
   font-size: xxxpx;
}

but it doesn't seem to do anything.

2. I would like to add a ( Read more... )

header:nav links:font, sidebar:tags

Leave a comment

Comments 2

av8rmike July 10 2012, 12:11:47 UTC
1) Replace this part:

#header-name a {
font-size: 10px;
}

with this:

#page #header-name a {
font-size: 10px;
}

2) Try this:

.categories-widget {
height: 400px;
overflow-y: scroll;
}

Replace the "400" with whatever height you want.

Reply

dondakeoresama July 10 2012, 17:00:15 UTC
Thank you so much! Both codes worked like a charm! :)

Reply


Leave a comment

Up