• Resolved ellismr

    (@ellismr)


    using the dynamic news lite theme…was able to customize most of it, but i cant seem to get the date/author links to go away…i tried adding the following to styles.css file, but it had no effect:

    .entry-meta {
    	display: none;
    }

    can anyone help? (url is trinitisolutions.com)

Viewing 3 replies - 1 through 3 (of 3 total)
  • If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .postmeta {
      display: none;
    }

    It’s not recommended to edit the theme files directly, as you’ll lose those changes if the theme is updated in the future, to fix security issues or bugs or to add new features. Using a custom CSS plugin or your theme’s built-in custom CSS option will protect your changes.

    Thread Starter ellismr

    (@ellismr)

    thanks for the suggestion…i installed custom css and inserted the code w it, but the posts still contain the date/author links…is there something im missing?

    Thread Starter ellismr

    (@ellismr)

    wait…i spoke too soon, that worked perfectly…thanks a lot, saved me a lot of time

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant remove date, author form posts’ is closed to new replies.