Site logo

Archived topic

Entry Meta Styling - Size/Position

3 replies · Started by Moses on April 10, 2020

Viewing posts 1–4 of 4

Hello again GP - Question about Entry Meta styling that does not seem to be a standard Customizer point and click option. I have referred to https://docs.generatepress.com/article/entry-meta-style/ - and did search the forum for similar topics before submitting the question.

Pretty straightforward - It seems the only place to edit the Entry Meta is through Colors > Content - As a matter fact, it seems this is the only place that 'Content' menu appears in the GP Customizer functions. The only editable option for Entry Meta is color.

Entry Meta font size seems to be directly linked to > Body text, although it displays at a smaller scale than the set Body Text size. Also the height/padding of Entry meta in relation to Post Title and Body Content is not an editable option that I am hoping to adjust.

Ideally, my aim is to adjust the Entry Meta font size independent of Body Text size (or at least have them match) - And also adjust the position so it is equal in distance from the Title to the Body text. I've attached a screen shot of a post from my site to illustrate the goal. https://ibb.co/93gwFtQ

Thank you once again for your support.

Hi there,

Would something like this do it?:

.entry-meta {
    font-size: unset;
    margin-top: 2em;
}

Let me know :)

Spectacular. Thank you again for your help and quick response.

You're welcome :)

This archived topic is closed to new replies.