Site logo

Archived topic

Byline / Author / Written by font resize

9 replies · Started by Dindo on April 28, 2021

Viewing posts 1–10 of 10

Just bought Generate Press and I am loving it! I am non-techie person so I appreciate that GP has clickable buttons for me to use. But I cannot find or do not know how to resize the 'written by' font. Does the theme support that? Is there a CSS code that I can add to do that? Thank you!

Hi there,

Can you link us to the site and point us to the "written by" text you're pertaining to? so we can inspect and help you out with the writeup.

You can use the private information text field to provide the site details. Let us know .:)

Hello Elvin,

I tried to look for css codes already in the forum, but can't finy any that works for my site. I want to be able to resize the 'byline/written by author' and change the color.

I have inserted my link in the box below. Thank you!

- Dindo

Hi there,

You can use some simple CSS to adjust the font size of your post meta.

For example:

.entry-meta {
    font-size: 14px;
}

Tom,

It may be simple to you but completely foreign to a non-techie/non-coder person like me. I love GP because at least it's easy enough to tinker with the settings. There are just some stuff that I can't figure out thus I reached out. So thank you very much!

PS. Is there a way I can change the color?

Hi Dindo,

We could try this CSS:

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

Hi Ying,

It's perfect! But it created a space between the title and the byline, how can I narrow the gap?

Thank you,

Dindo

There is a 0.5emtop margin by default, you can add this CSS to remove the margin:

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

Thank you so much GeneratePress support team! One happy customer here!

Glad to hear that :)

You happy, we happy!

This archived topic is closed to new replies.