My customer wants to know if the page title bar (the large colored rectangle that lists the page name below the top menu) can be removed altogether from the site. Is there a way to turn this off?
The site I’m working on is here: http://371.f57.myftpupload.com/
You can see the large, blue rectangle on every page except the home page.
Thanks for your help! -Amy
Hi Amy, Just use this css inside dashboard -> appearance -> theme options -> design options -> custom css .page-title-wrap {display : none; }
.page-title-wrap {display : none; }
Hope this may help you Thank you!