• Resolved Houefa

    (@houefa)


    Hi everyone,

    Is there a way to hide the meta data of a blog post (for example the category and the date)?

    Thanks in advance,
    Houefa

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Qode

    (@qodeinteractive)

    Hi there,

    Thanks for writing in!
    There is no option within our theme options to remove the meta date of a blog post. However you could try to add this code to Appearance > Customize > Additional CSS

    .qodef-e-info-item.qodef-e-info-date.entry-date, .qodef-e-info-item.qodef-e-info-category {
        display: none !important;
    }

    Which will remove the date and category from your blog list and post single page.

    We hope this helped ??

    Best,
    Qode

    Thread Starter Houefa

    (@houefa)

    Wonderful! It’s works ??
    Thank you for your help!

    Theme Author Qode

    (@qodeinteractive)

    Hi there,

    Glad we could help! ??

    Best,
    Qode

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide meta data of blog posts in Qi theme’ is closed to new replies.