I'm using Clean Home Pro. Does anybody know how to remove the 'nav'-titel (the titel you have to give it) which appears when you apply a 'page'-widget to the Header. I've tried to locate it in the Header.php without any luck.
There is no easy way without creating your own widget, but you could try a quick hack by adding this CSS: #nav { ... color:#fff; ... } Just add color:#fff; to the #nav selector in the primary CSS file you are using (found in styles folder).