badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Writer at the end

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #75879

    Hi @venepress-web,

    This feature is not available right now. For this you need to hire a developer to customize the code for you or you can use some third party Plugins to show admin info

    Thanks

    #76265
    venepress.web
    Participant

    Can I delete all the author’s information in the post?

    Now I have a name, number of comments and date. I could remove all this from the post and so I could use a plugin to make it appear the way I need at the end of the post.

    Thx

    #76266
    venepress.web
    Participant

    I leave this image as a reference of what I would need
    https://ibb.co/bRtGZk2

    Framed in black is as it currently is,
    I could modify the theme to make it look like option 1 (red) or option 2 (green)

    Thx

    #76269

    To remove all those info, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .entry-meta:not(.category-meta) {
    	display: none;
    }
    .post-block .entry-title {
    	margin-bottom: 10px;
    }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.