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