Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #953070

    Hi Again,

    I need to hide the following items from blogs:
    1- Author
    2- Date
    3- By
    All the field which contain these meta-info

    I used this code:
    .post-meta-infos { display: none; }
    But it didn’t workout

    My link has been mentioned in private content.

    Thank you in advance

    #953685

    Hey samconag,

    I can’t see any content on that page except for an image?

    Best regards,
    Rikard

    #953686

    Dear Rikard,

    I’ve added another link, Please check.

    #953822

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_elegant-blog #top .post-entry .post-meta-infos {
        display: none;
    }
    

    Best regards,
    Yigit

    #953846

    Thank you very much Dear Yigit.

    It fixed my issue and thanks for teaching me the hard refresh.

    #953853

    Hey!

    You are welcome! Please make sure to hard refresh after making changes to make sure you are not seeing cached version :)
    Let us know if you have any other questions or issues!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide author – date from blog’ is closed to new replies.