View Full Version : Editing names on homepage, or removing them
emilyza
Sep-03-2005, 11:29 AM
I have tried a few of the editing options mentioned in this forum, and am running into problems.
For example, I want to get rid of where it says "Emily & Danny's home" on our site, as well as the featured gallery section.
Do I put this info in the body section of the customization page? What exactly is the code?
Andy
Sep-03-2005, 11:47 AM
I have tried a few of the editing options mentioned in this forum, and am running into problems.
For example, I want to get rid of where it says "Emily & Danny's home" on our site, as well as the featured gallery section.
:wave hi emilyza, try this:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
it goes in the CSS section on your customization page :D
howa12d
Apr-04-2006, 06:53 PM
I have no idea where to put it. In the header, footer? I tried both. It didn't work. I don't think im doing it right. Can you give me an example? Thanks
Andy
Apr-04-2006, 07:33 PM
I have no idea where to put it. In the header, footer? I tried both. It didn't work. I don't think im doing it right. Can you give me an example? Thanks
:wave
Hi howa -- welcome to Dgrin.
Start by reading the Customizing for Dummies section here:
http://www.dgrin.com/showthread.php?t=24920
And quickly you'll see that the code above, goes into your CSS section of your customization panel.
Holler back with any other questions.
Johannes
Jun-25-2006, 01:23 PM
:wave hi emilyza, try this:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
it goes in the CSS section on your customization page :D
Hi Andy,
I also want to get rid of "Johannes' home" and I tried to do this but, as usual, things are not so simple. What exactly should I type in in the CSS section?
http://www.johannesfelten.com/
ivar
Jun-25-2006, 01:32 PM
Hi Andy,
I also want to get rid of "Johannes' home" and I tried to do this but, as usual, things are not so simple. What exactly should I type in in the CSS section?
http://www.johannesfelten.com/Hi Johannes,
Put the code as given in your CSS section in your customize page. It will get rid of it.
Cheers,
Johannes
Jun-25-2006, 07:14 PM
Hi Johannes,
Put the code as given in your CSS section in your customize page. It will get rid of it.
Cheers,
Thanks, Ivar
Dalantech
Aug-20-2006, 10:46 AM
:wave hi emilyza, try this:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
it goes in the CSS section on your customization page :D
I tried this one and it changed the gradient in the boxes (bio, galleries, etc.) to a gray color -like there was a css error. Any ides?
Edit: I tried the CSS to remove the "Map This" button and it produced the same effect :(
Mike Lane
Aug-20-2006, 01:58 PM
Try this:
#homepage #breadcrumb .title {display:none;}
Hey guy's, I put the css code in it's respective place, did the update and prest-o change-o, it was still there. Do I need to put any additional information in the code. This is not HTML....whew..like starting to walk all over again...thanks' all
:wave hi emilyza, try this:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
it goes in the CSS section on your customization page :D
quirk6
Nov-11-2006, 07:45 AM
I cut and pasted this same code into my CSS section as I was looking to do the thing. It worked perfectly, cut paste update, "adammorgansmith's home" gone!
Hey guy's, I put the css code in it's respective place, did the update and prest-o change-o, it was still there. Do I need to put any additional information in the code. This is not HTML....whew..like starting to walk all over again...thanks' all
mogue
Jun-30-2007, 01:58 PM
:wave hi emilyza, try this:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
it goes in the CSS section on your customization page :D
Hi,
I entered the above code to my CSS but it didn't remove the home name. Also would like to know how to remove the word "galleries" on homepage. I'm shilohbear.smugmug.com. Thanks a lot.
Allen
Jun-30-2007, 02:18 PM
Hi,
I entered the above code to my CSS but it didn't remove the home name. Also would like to know how to remove the word "galleries" on homepage. I'm shilohbear.smugmug.com. Thanks a lot.
See the last post in this thread.:D
http://www.dgrin.com/showthread.php?p=583493#post583493
mogue
Jun-30-2007, 02:40 PM
See the last post in this thread.:D
http://www.dgrin.com/showthread.php?p=583493#post583493
Ahh! Works great. Thanks again Allen.
lucy
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.