I am wondering, how can i take away the title on each page i have under the menu, for example if i press start, it will get me to the page start and direct under the menu the title "Start" is on? And it goes on like this in each page with the title of the menu pages...
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-heading-container { display: none; }