Excerpt font size
-
I’m trying to make the font size of blog excerpts different from the blog post.
I made the blog font 16 using the following code and it worked great.
.post p {
font-size: 16px;
}Then I tried to make the excerpt 14, but it didn’t work. (The excerpt stayed at 16 from the code above.) Here’s what I used:
.post .entry-excerpt p {
font-size: 14px;
}Any suggestions? Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Excerpt font size’ is closed to new replies.