Newsy: can't change 'meta-entry' font sizes
-
You can see how teeny-weeny the meta data are: I inserted a CSS command to make ’em bigger, but it hasn’t taken on.
Obviously my language is wrong (whereas usually it’s just BAD).
I’d like the
.entry-meta:
to be 12px (I believe); but can’t get there.
Help? Please?The blog I need help with is: (visible only to logged in users)
-
Hi again! I took a look at the CSS for the theme you are using and found that the selector where the font size for the meta data is set is
div.entry-meta' So I would do the following.div.entry-meta {
font-size: 12px;
}` -
Alas! – that’s precisely what’s there in my CSS sheet. And has been for several days.
:-
I even tried adding that !important; (and then removed it)..div entry-meta {
font-size: 12px;
}
Dat’s what it says.
OTY … -
-
The code is correct, but the original is 11px, so 12 doesn’t make a noticeable difference: just increase the value.
-
- The topic ‘Newsy: can't change 'meta-entry' font sizes’ is closed to new replies.