@homemadejam,
Ya you can do that.
For post title, you can use this css.
.wmle_post_title{font-size:XXpx; color:######;}
For excerpt.
.wmle_post_excerpt{font-size:XXpx; color:######;}
Thanks
Hello – Thanks for the speedy reply.
Unfortunately, that code does not seem to work. I added those commands with updated values to the Customize > Additional CSS for the site but the font size and colors remain the same.
Did some more fiddling and discovered that in order to work (at least on my site) these commands need an “!important” declaration added.
For example:
.wmle_post_title {
font-size: 1.5em !important;
color: #000 !important;
}
Thanks!
@homemadejam ,
Ya i forget to mention that. Glad you fixed it.
🙂