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*

Date in post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93458
    Juan Podesta
    Participant

    Hello
    I want to remove the date in the posts or entries on the main page (home).
    But I want that if they are shown when the visitor enters the news.

    I would be very grateful if you could give me a solution.Thank you

    #93461

    Hi Juan Podesta,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .logged-in.home .entry-meta .date {
    	display: none;
    }

    Thanks

    #93490
    Juan Podesta
    Participant

    Thank you.
    I was exploring some blogs and this helped me:

    .page-id-355 .entry-meta { display:none !important; }

    I also tried placing all the justified text via this code:

    .entry-content {
    text-align: justify;
    	}
    .pt-cv-readmore {
        color: white !important;
        background-color: #c80000 !important;
        border: none !important;
    }

    But the news excerpt from the front page justifies me, and I just want the justified text to be seen only on the individual news.

    Could you provide me with some code for this? Thank you

    #95681

    Hi sir,

    We are sorry. Our Support Team missed your queries.

    Yes could you please remove the previous code of ‘entry-content’ and paste the below Custom CSS code to justify only on post/page single.

    body.single .entry-content {
    	text-align: justify;
    }

    Thanks

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