• Resolved Musgrove

    (@webyip)


    Hi – I’ve asked this question before, and the solution seemed to have worked…for a while. The solution was to add “display: none!important” to the .adverts-single-author-name class. This no longer seems to be working. I’ve flushed my browser and DNS cache thinking I just had an old version stuck in there, but that didn’t remedy it either.

    How can I permanently remove the “Published: (X Days ago)” information?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    it seems the solution worked for you for a while only because you have added the code which hides the date in the adverts-frontend.css file which is overwritten on each WPAdverts update.

    You need to add the code below in wp-admin / Appearance / Customize / Additional CSS panel to make the change permanent.

    
    .adverts-single-author-name {
        display: none!important;
    }
    
    Thread Starter Musgrove

    (@webyip)

    Your support for your plugin is impressive. Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Date Published’ is closed to new replies.