• Resolved SlowFox1

    (@slowfox1)


    Hello everyone,

    I’m trying to figure out (offline) how to remove the date from the Clear Style 1.2 Theme.
    Even better if the date should show the exact date and not the date of the post.

    I’ve tried to find the the_date function in the .php files.
    I’ve tried to delete the date routine in the style.css
    but nothing good happend

    Thanks a million

Viewing 6 replies - 1 through 6 (of 6 total)
  • Josh Feck

    (@builtbynorthby)

    The most simple way to do this would be to add the following code to style.css:

    #content div.entry-meta {display: none;}

    Thread Starter SlowFox1

    (@slowfox1)

    Josh,

    Thanks for the info.
    The statement: #content div.entry-meta {display: none;} can be put anywhere in the style.css???

    Thanks

    SlowFox1

    Thread Starter SlowFox1

    (@slowfox1)

    I have put the #content div.entry-meta {display: none;} statement before the Date routine…

    Thanks!

    Josh Feck

    (@builtbynorthby)

    In CSS, later statements override earlier statements, so if it’s not working, move it to the end of the file. Throw a comment in there for future reference while you’re at it.

    Thread Starter SlowFox1

    (@slowfox1)

    yes it Worked!

    ColleenT

    (@colleent)

    Beautiful solution, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Clear Style 1.2 theme help- how to remove the date’ is closed to new replies.