Hi, yes you can achieve that. Sorry for the late reply. Just go and to Theme options and do the following:
– in Layout settings – set Page Title location to Main section
– Header options – Show breadcrumb – OFF
– Main menu info – empty’
Then the title section should disappear. If you want to hide the title that shows in the main area now, hide it by adding this CSS
COPY CODE
h1.page-title {
display: none;
}
Make sure to have the latest theme version 1.5 installed.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution