Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1109492
Post Page Template Menu
Closed

Comments

  •  2
    strainer85 started the conversation

    I am creating posts using this theme and would like to remove the author, category, and date as well as the navigation menu that allows you to view the different categories.  Is there a setting that will allow me to turn this off?  Ive looked everywhere and can not find it.

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .single-post .post-meta-left {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    strainer85 replied

    Thank-you.  This removed the author name, category, and date however the navigation menu still shows (see attached image).  I would like to remove this navigation menu as well.

  •  7,092
    Oliver replied

    HI!

    Sorry, css:

    .single-post .post-meta-rigth {
        display: none;
    }


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver