How do I change the font size of the front page title and also the alignment, too? Right now it looks like it defaults to left-aligned. Thanks!
— Cathe
How do I change the font size of the front page title and also the alignment, too? Right now it looks like it defaults to left-aligned. Thanks!
— Cathe
Bumping this up too and hope that someone has some tips. Thanks!
Hi Cathe,
Try to use this code snippet:
.home .post-title {
color: red;
text-align: right;
}
or
.home .post-title {
color: red !important;
text-align: right !important;
}
Just change the color and alignment. If both code doesn't work, then just give us a link to your site so we can give you a specific css snippet. :)
Regards,
Ismael
You must log in to post.