• Hi,

    Please let me know how to remove / disable author and date from pages that I create in my website using this theme.

    I would like to have the author and date only for my posts but not for the pages.

    Please help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 14733231

    (@anonymized-14733231)

    Hello ajay25,

    Please try

    .page .entry-meta .entry-author-link
    {
    display:none;
    }

    Hi,

    The theme design provides the author and date displaying in the posts and pages. You can disable it manually, please complete the following:
    1) Find the “style.css” file in the folder with your theme and open it with any text editor (Sublime Text, for example);
    2) Add the following code to the end of this file:

    .page .travel-stories-single-post-date, .page .travel-stories-single-post-author {
    display: none;
    }

    3) Save changes and check the result.

    Sincerely,
    BestWebSoft Support Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove author and date from only pages’ is closed to new replies.