Tfleming
Member
Posted 2 years ago #
I use Travelogue as my theme, but cannot figure out to change the size of the font when I use a list in a post. I am not a newbie at this and have searched througout the style.css, made a tweak here and there, but no success. Anyone know where to set the font-size for bulleted lists in Travelogue?
Tfleming
Member
Posted 2 years ago #
okay, I figured this out. For others who may find this thread, here's what I did.
Insert the following in style.css
.post li {
font-size: .8em;
}
It uses the same font-size as the style for p
p {
font-size: .8em;
}
so if you change that, use the same for the lists' font size.