Tagged: delete-page-title
Hi,is there any way to delete the area with the light gray background beneath the navigation?
Here is the sample post page from your theme:
https://www.themehorse.com/preview/attitude-pro/blog/
Thanks!
Hi Namdar,
To delete the gray background go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title-wrap { display: none; }
Thank you!