Viewing 1 replies (of 1 total)
  • Hi There,

    To remove the date logo on single post page, you can use following code in your customize > Additional CSS section.

     .single span.entry-date{ display: none;
    }
    .entry:after {
        width: 0px;
    }

    Happy new year to you too!

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘how can remove date logo on single post’ is closed to new replies.