Remove info from "p.meta"

Hi there,

we are trying to customize the look of the blog posts, and we would like to remove specific info from the “p.meta” section under the title (the author, and “leave a comment”).
We tried to follow the instructions in this post, without success. -> https://theme.co/apex/forums/topic/working-on-p-meta/

Could you please advise?
Thank you very much.

Giacomo
Eggtronic

Hey Eggtronic,

Please give us the URL of your blog post so we could check your setup or tell us what stack you’re using.

Thanks.

Thanks for replying.
We are using integrity stack, child theme.
This is the link to the post-> https://www.eggtronic.com/en/prova-news/

Hi Eggtronic,

Please try this code in the Global CSS instead:

.p-meta>span:first-child, 
.p-meta>span:nth-child(3):after, 
.p-meta>span:last-child {
    display: none;
}

Hope this helps.

It worked, and I think is enough for our needs, because we don’t need to move it somewhere else.
Thanks

Eggtronic

Glad that it works for you.
Thanks

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