Narrow or remove grey page title bar

Hi @premierdebate,

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

1) narrow the grey bar at the top of the page or

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


section.page-title-section.bg-secondary {
    padding: 25px 0;
    height: 90px;
}
2) do the opposite – remove the grey bar with the page title and keep the page title that’s more in the body of the page?

To achieve this please use the solution posted in the following topic.

https://colorlibsupport.com/t/page-title-section-removal/

Best Regards,
Movin