PDA

View Full Version : I've forgotten what I did


T4Tots
Jul-07-2007, 07:53 PM
OK...It's been a really long time since I customized my site. Recently, I tried to turn on a few things just to see how they would look and I can't hide them again. I am sure it is something I turned off that is supposed to give me an option to hide it again that I just can't see.

Can anyone help me to hide the features again? I turned them on to see if I liked any of them and I don't like the friends to show...you can't read it. I also would love to take off the date item as well.

my site is t4tots.smugmug.com

Thanks in advance. I really need to print the customization info and read through it.

Tina

Allen
Jul-07-2007, 08:01 PM
OK...It's been a really long time since I customized my site. Recently, I tried to turn on a few things just to see how they would look and I can't hide them again. I am sure it is something I turned off that is supposed to give me an option to hide it again that I just can't see.

Can anyone help me to hide the features again? I turned them on to see if I liked any of them and I don't like the friends to show...you can't read it. I also would love to take off the date item as well.

my site is t4tots.smugmug.com

Thanks in advance. I really need to print the customization info and read through it.

Tina
Looking now. Here's a quick something, removing the date thingie on your homepage.

In the upper right of the date box click hide.
organize: move up | display: show · hide

Friends thingie.
If there's no hide like above on this box add this to your CSS.

#ffBox {display:none;}

or don't remove and add this so the text shows

#ffBox .boxBottom a,
#ffBox .boxBottom b {color: #BDAB93 !important;}

If again there is no hide add this to remove.

#featuredBox { display: none; }

That got all of them?

T4Tots
Jul-07-2007, 09:04 PM
Looking now. Here's a quick something, removing the date thingie on your homepage.

In the upper right of the date box click hide.
organize: move up | display: show · hide

Friends thingie.
If there's no hide like above on this box add this to your CSS.

#ffBox {display:none;}

or don't remove and add this so the text shows

#ffBox .boxBottom a,
#ffBox .boxBottom b {color: #BDAB93 !important;}

If again there is no hide add this to remove.

#featuredBox { display: none; }

That got all of them?



I don't have the show/hide on any of my homepage...that's what I was trying to figure out.

I tried the
#ffBox .boxBottom a,
#ffBox .boxBottom b {color: #BDAB93;}

and now I can view the friends, but can't hide them :) Sounds a little mean but I would like to hide my friends!

T4Tots
Jul-07-2007, 09:15 PM
OK I have that hidden...somehow the first option worked this time I tried it with all the others.

Still no hide on any of my page though...wish I knew how I hid that.

Allen
Jul-07-2007, 09:40 PM
I don't have the show/hide on any of my homepage...that's what I was trying to figure out.

I tried the
#ffBox .boxBottom a,
#ffBox .boxBottom b {color: #BDAB93;}

and now I can view the friends, but can't hide them :) Sounds a little mean but I would like to hide my friends!

Then use this one.

#ffBox {display:none;}