PDA

View Full Version : User's home and galleries


limbik
Aug-17-2005, 09:21 AM
It would be extreemly helpful to have a list of the elements and HOW to modify, remove, or add each of them. That said, there is one that I would like to remove and have no idea how. What I want to remove is the two text titles that display "User Name's home" and "User Name's galleries" Thanks.

Mac Write
Aug-17-2005, 09:48 AM
It would be extreemly helpful to have a list of the elements and HOW to modify, remove, or add each of them. That said, there is one that I would like to remove and have no idea how. What I want to remove is the two text titles that display "User Name's home" and "User Name's galleries" Thanks.

To remove the "Users Name Home" add this code to the CSS section in Control Panel > Custimize

.offblue
{
display:none
}


The CSS to remove "Users Galleries" also removes gallery titles and even the breed crumbs in some styles from my testing.

.headmd
{
display:none
}

kkidfall
Aug-17-2005, 09:52 AM
I've found that this also work at just removing the code all at once:#breadcrumb {
margin-top: -10px;
display: none;
}

limbik
Aug-17-2005, 09:56 AM
The CSS to remove "Users Galleries" also removes gallery titles and even the breed crumbs in some styles from my testing. Any ideas on getting rid of the "User's galleries" without removing the gallery titles?

Mac Write
Aug-17-2005, 10:09 AM
Any ideas on getting rid of the "User's galleries" without removing the gallery titles?
No, but I would love that answer as well (and also not removing the breed crumbs on some galleries as I want to keep them).

MarkLamble
Aug-18-2005, 05:12 PM
No, but I would love that answer as well (and also not removing the breed crumbs on some galleries as I want to keep them).

Agreed ! This is doing my head in.....

I'm hoping this change will happen as the recent mods are moved across to the Home and Galleries pages.... in fact I can live with 'Home' and 'Galleries', it's just the name/nickname bit that's really annoying me - can't we just have a 'None' option in the name display list in Account Settings ?

Cheers,
Mark

Mac Write
Aug-18-2005, 09:12 PM
Well I got some great news. I think I successfully made a hack that removes just the "users's galleries." Use this code

.headmd .headmd
{
display:none;
}

lidaf
Aug-18-2005, 09:28 PM
Well I got some great news. I think I successfully made a hack that removes just the "users's galleries." Use this code

.headmd .headmd
{
display:none;
}

it didn't work for me...

Barb
Aug-18-2005, 09:34 PM
it didn't work for me...

Me either :cry

Mac Write
Aug-18-2005, 09:38 PM
On further investigation, it also removes the "Featured Galleries" "Featured Photos." back to square one.

Did you add it to the CSS section? it worked for me.

Barb
Aug-18-2005, 09:57 PM
On further investigation, it also removes the "Featured Galleries" "Featured Photos." back to square one.

Did you add it to the CSS section? it worked for me.
I did add it there ... odd ... things that go bump in the night :rofl

{JT}
Aug-19-2005, 11:54 AM
I would not spend too much time customizing home pages just yet. They are going to be getting the overhaul like the rest of the pages and most (if not all) of the classes will be renamed.

I did add it there ... odd ... things that go bump in the night :rofl