• Resolved robert1b

    (@robert1b)


    I would like to disable display post_meta title on main page.
    Is it possible?

    Robert

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author A WP Life

    (@awordpresslife)

    Hi Robert,

    First of all thanks for using our theme. We are Glad.

    Here is some Custom CSS for hiding Post_meta.
    .blog_large .post_meta{
    display:none;
    }

    Simply use it into your Theme Customizer > Additional CSS panel.
    For example, see this

    If you need any other help then please let us know. 🙂
    We are always here for you.

    Also, if you like our theme and support so don’t forget to rate us. 🙂

    Theme Author A WP Life

    (@awordpresslife)

    Hi,

    I checked on your site you have done this and it works perfectly.
    Good to find that 🙂

    Also, if you found our support helpful that don’t forget to rate us. It will be really appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable display post_meta on main page?’ is closed to new replies.