Site logo

Archived topic

Unable to add border on Author image

5 replies · Started by Pintu on February 24, 2023

Viewing posts 1–6 of 6

Hi Pintu,

Can you try this CSS?:

.single-post img.avatar.dynamic-author-image.dynamic-author-image-rounded {
    border: solid 1px brown;
}

Didn't work. The CSS you provided is for the Autor image in the meta section.

But I want to add a border around the author's image which is the END of the post. See here ( https://ibb.co/YZNzpF7 )

I've added the link in the private section.

I see. Thank you for clarifying. Try this instead:

.single-post .author-box img.avatar {
    border: solid 1px brown;
}

Now it works. Thanks :)

You're welcome, Pintu! :)

This archived topic is closed to new replies.