Site logo

Archived topic

Author photo in Blogpost

6 replies · Started by _blank on December 8, 2019

Viewing posts 1–7 of 7

hi!
i tried - https://docs.generatepress.com/article/entry-meta-style/ to add author image in post meta and i am able to see the author image in blogs page but i also want it to appear in the individual blog post.
as of now only the title , author name and date is visible in it but i want to show author image also.

Hi there,

edit this CSS and include the border property i have added:

.page-hero-gravatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border: 4px solid pink; /* Add this line */
}

Hi!
thank you so much! but i want the color to be #fc0562 so can you pls change the code?

Change this line:

border: 4px solid pink;

to:

border: 4px solid #fc0562;

I am getting a warning in css "using width with border can sometimes make element larger then you expect"
and
"using hight with border can sometimes make element larger then you expect"

You can safely ignore those warnings.

This archived topic is closed to new replies.