Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to use some custom css; use either a plugin, a child theme, or (if available) your theme options.

    To remove date, author, etc.:

    .postmeta_box { display: none; }

    To remove the border/outline:

    #page-inner #content {
        border: none;
        box-shadow: none;
    }

    Thread Starter Kaltik

    (@kaltik)

    Yes, thanks a lot Josh for helping me out!

    You bet ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Written by admin" date, catagory and outline removed.’ is closed to new replies.