How do I remove the Title Bar and Tags on the individual blog pages?

Home Forums Jevelin Theme How do I remove the Title Bar and Tags on the individual blog pages?

Home Forums Jevelin Theme How do I remove the Title Bar and Tags on the individual blog pages?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • shanticfm
    Participant

    How would I go about removing the page title bar/ navigation bar above the blog article as well as the tags on the right for all individual blog pages.

     

    I would also like to remove the Author, Date, and tags under the title.

     

    http://sweetmephotography.com/9-babies-in-9-years/

    Solution for this topic

    Hi @shanticfm,

     

    I hope you are well today and thank you for your questions.

     

    How would I go about removing the page title bar/ navigation bar above the blog article as well as the tags on the right for all individual blog pages.

    You can remove them from theme titlebar settings and site widget area as shown in the attached screenshots.

     

    I would also like to remove the Author, Date, and tags under the title.

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content .post-meta-data {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    shanticfm
    Participant

    Nailed it!! THANKS AGAIN!

    You are always welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)