|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Editing names on homepage, or removing them
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? |
|
|
|
|
#2
|
||
|
panasonikon
|
removing names from homepage
Quote:
hi emilyza, try this:Code:
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}
|
|
|
|
||
|
#3
|
|
|
Beginner grinner
|
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
|
|
|
|
|
#4
|
||
|
panasonikon
|
Quote:
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. |
|
|
|
||
|
#5
|
||
|
Big grins
|
Quote:
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/ |
|
|
|
||
|
#6
|
||
|
I'd be happy with a cookie
|
Quote:
Put the code as given in your CSS section in your customize page. It will get rid of it. Cheers, |
|
|
|
||
|
#7
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#8
|
||
|
No cropping zone...
|
Quote:
Edit: I tried the CSS to remove the "Map This" button and it produced the same effect :(
__________________
My SmugMug Gallery Looking for tips on macro photography? Check out my Blog: No Cropping Zone. |
|
|
|
||
|
#9
|
|
|
I � Unicode
|
Try this:
#homepage #breadcrumb .title {display:none;}
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
#10
|
||
|
Harry
|
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
Quote:
|
|
|
|
||
|
#11
|
||
|
Jedi Ninja
|
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!
Quote:
|
|
|
|
||
|
#12
|
||
|
Major grins
|
removing names from homepage
Quote:
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. |
|
|
|
||
|
#13
|
||
|
"tweak 'til it squeaks"
|
Quote:
http://www.dgrin.com/showthread.php?p=583493#post583493
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#14
|
||
|
Major grins
|
Quote:
lucy |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|