Changing font size and color for date on post

Hi. How can tweak the font size and color for the date under my post title? It’s currently too big (See: ‘8 March 2018’).

Here’s the link: https://www.juanajaafar.net/2018/03/bila-ruang-menyempit-perempuan-patut-bangkit/

Hi there,

Please add this code to the Global CSS:

.entry-header .p-meta .entry-date {
    font-size: 15px;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

Thanx very much.

HI @juanajaafar,

You’re most welcome.

Feel free to ask us again.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.