Site logo

Archived topic

Post Date text size

8 replies · Started by Dindo on June 8, 2021

Viewing posts 1–9 of 9

Dear GeneratePress,

I have just recently activate the Post Date feature on my blog, you previously helped me with a CSS to resize my 'byline / author', but since I activated the 'post date' they are not the same size. Can you kindly help me? Please see photo.

Thank you very much!

Hi there,

Is it for single posts only?

Let me know :)

Here's my current CSS code. I don't know how to add the ability to resize and change the color of the 'post date'.

.entry-meta {
margin-top: 0;
}
.entry-meta .byline a, .entry-meta .byline
{
font-size: 14px;
color: #7a7575;
}

/* ---Latest post widget image size increase | 29334348-HC (JW) --- */
#top-posts-5 img{
max-width: 100%;
}

.wp-caption .wp-caption-text {
font-size: 14px;
color: #a19e9e;
}

Oh wow that's fast! Thank you Leo.

Yeah it's for the single post entry. But would it be possible to that it also appears on the home page?

Remove this CSS:

.entry-meta .byline a, .entry-meta .byline {
    font-size: 14px;
    color: #7a7575;
}

And add:

.entry-meta {
    font-size: 14px;
    color: #7a7575;
}

It worked! Thank you so much Leo!!! Would it be possible to have a little space between the byline and the title? See link. Hope it's not asking much. Sorry!

Please disregard my last request. It's fine now. THANK YOU VERY MUCH LEO!

There should be space there by default.

I'm seeing this CSS that's setting it to 0:

.entry-meta {
    margin-top: 0;
}

Looks like you might have added it? I can't tell as you have some sort of caching going on.

No problem :)

This archived topic is closed to new replies.