It IS possible to do away with the PCQ header on your page.
I'm still scrambling to figure out how.
From your page, go to:
Edit page appearance
And then click on:
Advanced
You'll then, paste in a snippet of CSS instruction.
To have no logo paste this:
#xg_masthead img {
display: none;
}
However that doesn't work, I don't think, if you want to have your own logo header because it's giving the instruction for no header.
I just tried some instructions given in the Ning forum and it screwed up my page...so let me do some research and I'll get back to you as soon as I know what does work.
Everything's looking good out there!
**********
UPDATE
**********
I've figured out a way to paste in a new header. There's still the issue of the page title (Let's talk!...) which is coming out in the wrong spot. I'll get to that...later.
For now, if you want to get rid of the PCQ header, do the steps I outlined above.
If you want to put in your own header picture:
- Upload your image to the site in My Photos
- Click on it to bring it up in a separate window so that it's full size.
- Right click (sorry Mac users...whatever the equivalent is in MacWorld) click on "Properties."
- Copy the url
- Copy this snippet of CSS to NotePad or equivalent on your computer:
#xg_masthead img {
display: none;
}
#xg_masthead {
background-image: url('');
height: px; background-repeat: no-repeat; background-position: center top;
}
- Paste the url you copied between the parentheses and quotation marks (those are single quotations). Add the height of the image in pixels at the end of the url line.
- Paste the snippet below into your Advanced CSS text box (see above for how to get there).
- Hit Save and hold your breath till you see what happened.
Let me know!
Tags: appearance, css, customizing, header, logo, network, pages, profile
Share
-
▶ Reply to This