Home › Forums › WoodMart support forum › Заголовок страниц › Reply To: Заголовок страниц
January 10, 2023 at 4:11 pm
#434259
Aizaz Imtiaz Awan
Keymaster
Hello,
Sorry for the earlier misunderstanding. If you are referring to just removing the Page Title and remain the Background Image present then kindly please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.page-title .title { display: none !important; }
This will make the Title text hide and only the Background Image will show then. But one thing to mention here is that the Background Image is related to the Page Title so if it is hidden then the space between would also get covered up that needs to be adjusted further with the Padding.
Best Regards