Site logo

Archived topic

How to customize Entry Meta ?

9 replies · Started by Ajay on August 23, 2021

Viewing posts 1–10 of 10

Hi,
I am trying to customizing entry meta but did not get the exact look.
I need separator lines and the lines above and under the entry meta.
I want to look entry meta exactly like the screenshot which I attached for your reference.

https://www.screencast.com/t/O9d7nNQaPpSZ

Thanks

i am also unable to add that comment-icon next to comments entry

okay, thanks
I will try and let u know about the output

Sounds good.

Thanks Leo, it worked with out any issue.
Can I add Last Update Date along with text "Updated on" instead of publish date.
I added the css but it didn't work.

.posted-on .updated {
display: inline-block;
}
.posted-on .published {
display: none;
}

.posted-on .updated:before {
content: "Updated On";
}

Thanks once again Leo.

It worked :)

No problem :)

This archived topic is closed to new replies.