Home › Forums › Jevelin Theme › Removing the Div class – Title Bar from a page
Home › Forums › Jevelin Theme › Removing the Div class – Title Bar from a page
Is there anyway to removing the div class title bar on the top of the page?
https://www.jabaware.com/our-services-search-engine-optimizations-jabaware
or at least only leaving the title level table cell on the top left side of page? and removing the gray background.
Hi @shanepa12k,
I hope you are well today and thank you for your question.
You can remove it from that page 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
.page-id-295 .sh-titlebar { display: none; }
Best regards,
Shufflehound team