• Resolved celticfrog

    (@celticfrog)


    I am trying to remove the date from the beginning of the Nooz press release excerpt without success. How do you disable dates from showing up at the beginning of a press release excerpt?

Viewing 1 replies (of 1 total)
  • Plugin Contributor farinspace

    (@farinspace)

    My apologies for the late reply, hopefully you’re issue has already been resolved.

    The easiest way, is to simply hide the date, you can do this with the following CSS:

    .nooz-datetime {
        display: none;
    }
    

    The Nooz plugin has several CSS class names which you can use to manipulate it’s look and feel.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Date from Excerpt/Preview’ is closed to new replies.