Hey pagelines,
for a couple of weeks we have a black bar on top of our PlatformPro Blog on www.4G.de
Any idea how to deactivate it?
Thanks,
Tim
Posted 21 December 2012 - 02:49 PM
Hey pagelines,
for a couple of weeks we have a black bar on top of our PlatformPro Blog on www.4G.de
Any idea how to deactivate it?
Thanks,
Tim
Posted 21 December 2012 - 03:13 PM
To get rid of it, please go to PlatformPro and in your Color settings, change the background color (which is set to black) to white.
Posted 21 December 2012 - 03:43 PM
Hi Catrina,
thanks. But i do not want the line/bar white instead of black, I want it gone. And the rest of the page then one line higher.
Best regards,
Tim
Posted 21 December 2012 - 03:56 PM
The black is coming from the background, so it needs to be made white. To bring the page content higher, you need to take the extra step and use Custom CSS: http://www.pagelines...wiki/Custom_CSS (for further reference: http://www.w3schools..._margin-top.asp)
Posted 22 December 2012 - 10:24 AM
So the black bar is standard and has always been there in PlatformPro? I thought it has suddenly appeared and can be easyly hidden...
Posted 22 December 2012 - 10:34 AM
Hi newon
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
body #page, .sf-menu li, #primary-nav ul.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .commentlist ul.children .even, .alt #commentform textarea { margin-top: -30px;}
You can change #px as you like
It is advisable to learn how to do this on your own too.
Check out http://www.pagelines...wiki/Custom_CSS
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.