Re: how to remove page title?
Not sure if you can remove titles but you can reduce their size -and change color and font, etc. I won't get into nitty gritty details but overall, heres what you can do. Two ways:
1) Change your theme. A good portion of a theme is the style sheet (css) which defines colors, fonts and page display parameters for many areas of Tikiwiki. Some themes have smaller titles than others. Go to Admin, click the General icon and right at the top it'll tell you what theme you are using. You can try changing the theme to one that has a smaller font -but I know that is less than satisfying if you like the theme you are using. So,
2) Click Edit CSS and you'll have a choice to try, display or edit. Edit will take you right to the HTML CSS code but click "Display" instead and you'll see a nice page showing you the values/settings/colors of each of the various things that can be changed.
I'm pretty sure it's the H1 section that makes the page titles; luckily it's about the 9th item down the page. Note the value for font height and font weight. If you make the size smaller in pixels and delete the "bold" value for weight (if there is one) than you can accomplish your mission -BUT
You can't do it here, you have to do it in Edit (not Display).
I like to open Edit in a new window so I can see and refresh the nice Display page while I'm thrashing about editing the CSS file. Find the H1 area in the Edit screen and change the H1 values above and save. (Yes, the H1 is the same kind of H1 as HTML Header 1)
That should take care of the problem. And looking through the style sheet you've probably already seen how much more trouble you can get into editing .CSS files!