March 10, 2016 at 9:23 am
#43345
Theme Horse Support Team
Keymaster
Hi Heidi,
To remove the blue bar page title go to Appearance -> Theme Options/ customise -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title-wrap {
display: none;
}
Thank you!