Blog Posts "admin Admin"

Hello,

If anyone knows, advice would be most appreciated in changing the "Admin Admin" name seen next to every blog post.

Here's a picture: https://prnt.sc/xddcv0

This has been most frustrating in trying to figure out, if anyone has a solution please help!

you can hide it with css

something like

.ty-blog__author {
     display: none;
}

Thank you so much!

That did the trick for hiding it on the main blog page but the author is still shown on individual blog pages unfortunately.

Please use

.ty-blog__author {
    display: none !important;
}

eComLabs,

From the bottom of my heart, I appreciate your help so very much, as I have in the past. This community is heaven sent.

Thank you all

You are welcome :)

Thank you ECom ! Really wanted to know too