Hi, how can I make the blog post titles smaller in size and have a color of #33333?
Thanks.
Hey DROR,
Thanks for giving the link.
I have checked it and found that this code was used to change the font size:
.post-entry .post-title.entry-title {
font-size: 44px !important;
}
which should be in your Quick CSS, please try to change it’s size and also add this code inside it:
color: #333333;
so it should look like:
.post-entry .post-title.entry-title {
color: #333333;
font-size: 44px !important;
}
Hope it helps :)
Best regards,
Nikko