October 25, 2013 at 4:54 am
#4799
Rabin Shrestha
Participant
Hi Ranganath,
If you upgrade to Pro or switch to any other themes. The content will not get lost. That’s how WordPress works.
For removing the page title you can paste the CSS below in your custom CSS box in theme options panel
.page .entry-title {
display:none;
}
Rabin