Remove Author from posts, category page, etc

X Pro 2.4.6

I am not really keen on changing/adding code to the php files and I saw that your staff provided a css solution to hide author and date here https://theme.co/apex/forum/t/take-out-author-and-date-from-posts/33624/3

I just want the author hidden, but the rest of the meta data is OK. Can you provide?

Hey Kevin,

Please try this code in X > Theme Options > CSS:

.p-meta span:first-child {
    display: none;
}

Here are some related links for further reading:

Hope this helps.

1 Like

Awesome. Thank you!!

You are most welcome!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.