Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #944930

    Hi, how can I make the blog post titles smaller in size and have a color of #33333?

    Thanks.

    #945233

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.