Archived topic
How can get author box similar to a website
1 reply · Started by Naushad on March 31, 2021
Viewing posts 1–2 of 2
How can get author box similar to a website https://freedom251.com/author/raykinton/
Hi there,
For the specific things:
To make the author image rounded and be placed on the left, add this css:
.author .page-header .avatar {
width: 100px;
border-radius: 50%;
float: left;
}
.author .page-header .page-title{
display:block;
}
To insert the socials, you can hook in your icons with a Hook Element or a Block Element using generate_after_archive_title hook.
This archived topic is closed to new replies.