Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58761
    bjkerim
    Member

    hey guys, im really pissed off.
    i want to disable the author daten and category of my posts. i tried evertyhing but nothing has been changed. i can’t find the codes in the stylesheet oder index.php which are important to disable. editign the custom css don’t work either. the code i used in the custom css was `.entry .entry-meta { display: none; }
    .entry-meta { display: none; }` ..

    you can check my page here : http://www.atib-hannover.de

    thank you

    #58790
    Sakin
    Keymaster

    @bjkerim: The css depends on the theme that you use. I see that you are using Simple Catch Free theme, so the custom css will be as below:

    #main #content ul.post-by {
        display: none;
    }
    #59796
    csc
    Member

    Sakin, good info all over. Do you have the CSS to disable date-time-author in blogs for the Catch Box theme?

    Thanks, CSC

    #59807
    Sakin
    Keymaster

    @csc: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .entry-header .entry-meta { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable author date and category’ is closed to new replies.