Answer
Try adding this to your CSS:
.latest-post h4 + p {
display: none;
}
Attribution
Source : Link , Question Author : Hafiz Usman aftab , Answer Author : Ricardo Andres
Try adding this to your CSS:
.latest-post h4 + p {
display: none;
}
Attribution
Source : Link , Question Author : Hafiz Usman aftab , Answer Author : Ricardo Andres