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?
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.
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
Nailed it!! THANKS AGAIN!
You are always welcome here š