• Resolved automakat

    (@automakat)


    Hi there.

    Blog posts in the Virtue theme automatically display with a grey box top right that contains the date the blog post was published. I do not want that box but do not see where I can turn it off.

    Here (https://docs.kadencewp.com/virtue-free/theme-options/blog-options/?) it suggests that I can turn it off but the option in question is nowhere in my customizer or theme options.

    And while we’re at it, I would like to turn off the automatic display of the blog category and the number of comments as well.

    Thank you.

    K.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, K!

    Glad that you reached out to us about this.

    You’re right, the documentation suggests that the Blog Options are also available in the free Virtue theme. However, this is available in the premium theme. I’ve escalated this to the team so we can correct this.

    You can add this to Customizer > Additional CSS to hide those post details:

    .single-post .postmeta .postdate,
    .single-post .subhead {
      display: none;
    }

    I hope this helps, and let us know if we can assist you further.

    Kind regards,
    Karla

    Thread Starter automakat

    (@automakat)

    This worked excellently, Karla. Thank you so much!

    Thread Starter automakat

    (@automakat)

    Resolved. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rid of date box in blog posts?’ is closed to new replies.