• Hey everyone. Need a little help. I just want to remove the the date created & author name from the pages.
    Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • What’s the URL?

    Thread Starter sehajm

    (@sehajm)

    Running on xaamp.

    Well, you would need to find the div that is calling the tags, and insert a css property like:

    #date_created {
      display: none;
    }

    NOTE: #date_created is NOT the proper name. I just used it for illustration. You will need to find the unique id name for your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date & Time’ is closed to new replies.