Okay
  Public Ticket #1061832
Single Post Page Issues
Closed

Comments

  •  2
    Michael started the conversation

    Hi - i've got two questions:

    1. How can I remove the autor under the header text in a single page post?

    2. How can I remove the category a the bottom of a single page post?

    Thank you very much!

  •  3,030
    Andrew replied

    Hi Michael,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    span.fn {
        display: none!Important;
    } span.meta-category {
        display: none!Important;
    } .single-post #single-below-header.fullscreen-header > span {
        width: 48.33%; }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers!