How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support How to disable Article Post Meta

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17576
    João Meleiro
    Participant

    Hello there team,

    How can i disable the meta for my articles? I’ve managed to find how to do it on the category page, but the theme doesn’t have the option to disable the article meta as well. (views, date, author etc…)

    Check attachment: https://prnt.sc/7Vzt-rzGQKgV

    #17579
    admin
    Keymaster

    Hi João,

    Do you want to completely remove the area you highlighted in your screenshot?

    You could do this either using CSS (this will hide it but not remove it from the code) or PHP (if you want to totally remove it).

    #17601
    João Meleiro
    Participant

    Hello team,

    Thanks how can I hide it? Can you give me a small step by step?

    Regards

    #17604
    admin
    Keymaster

    Hi Joao,

    1. Go to Appearance > Themes and Install the child theme (pokatheme-child.zip) that you got with your purchase
    2. Activate the child theme
    3. Open your child theme style.css and paste the following CSS code inside:

    .single-post-wrapper .post-element-info { display: none; }
    

    4. Save the new style.css and upload it inside the theme folder to your site

    Then the area you wanted to hide should not show up!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.