Hi – I am reposting a question that was already asked on the forum that I did not find answer to. Thank you.
“i want to remove the “alternate content” area below the header.
How can i do this. i don´t want have the “You are here: navigation”, so the main content area should show right below the header like on your site”
Hi id_lwb!
You can edit your page and choose not to display subheader Layout section http://i.imgur.com/T7HeFms.jpg
Or you can add following code to Quick CSS in Enfold theme options under Styling tab to remove it globally
.title_container { display: none; }
Best regards,
Yigit