Home Forums WordPress Themes – Premium Luminescence Edit date circle shape/text and make it a link Reply To: Edit date circle shape/text and make it a link

#42662
Jack Cobb
Participant

How about eliminating or even hiding the circle shape/text. If I could customize it with a logo or something I would also like that. But foremost I would like to remove it.

On a similar topic, I have added this to my child theme style.css and it has removed some of the info, but the circle at top is still visible and the date is still showing at the bottom. Other meta data has been removed.
Code used in child stylesheet:

span.meta-posted,
span.meta-author,
span.meta-entry-date-box,
span.meta-date {
display: none;
}

ALSO, how could I do the same for the “Staff” section? I would like to remove all the posted, author etc from a staff persons page.
Thanks