PDA

View Full Version : Smugmug logo line how to reduce?


Henry
Apr-14-2008, 04:12 PM
My site- http://lazyh.smugmug.com I have been trying to find a way to get the logo line to look like this [powered by SmugMug (http://www.smugmug.com/?referrer=lKTcC0p8CkfRK) | portions © 2008 SmugMug, Inc] thats all I want to show at the bottom of the page. I would also like to remove the white line on the left and top of my pages, if it can not be removed can it be colored the same as the background?

Thanks. Henry

Allen
Apr-14-2008, 04:30 PM
My site- http:lazyh.smugmug.com I have been trying to find a way to get the logo line to look like this [powered by SmugMug (http://www.smugmug.com/?referrer=lKTcC0p8CkfRK) | portions © 2008 SmugMug, Inc] thats all I want to show at the bottom of the page. I would also like to remove the white line on the left and top of my pages, if it can not be removed can it be colored the same as the background?

Thanks. Henry Remove the red from your footer. And change the
bold in your links.

...
<li><a href="http://lazyh.smugmug.com">Home</a></li>
<li><a href="http://lazyh.smugmug.com">About Me</a></li>
<li><a href="http://lazyh.smugmug.com/All">Galleries</a></li>
<li><a href="http://lazyh.smugmug.com">Information</a></li>
<li><a href="http://lazyh.smugmug.com">Guestbook</a></li>
<li><a href="https://www.smugmug.com/cart" class="nav">Shopping Cart</a></li>
</ul>
</div>
</center>
</div>
<br><br><center>
<div id="footer" class="nav" style="visibility: visible; display: block;">
<span class="text">powered by <a href="http://www.smugmug.com/" class="nav">SmugMug</a></span>
<sp></sp></div></center>


Add this to your CSS

.cartlink_footer,
.loginLink {display: none;}

.boxTop,
.boxBottom,
.box {border: none !important;}

Henry
Apr-15-2008, 07:49 AM
Thanks for your help Allen.
Was unable to remove the white lines, I am wonderiing if the problem it the start point used for my site which was the theme black and white from elegat?.

Thanks Henry
My site http://lazyh.smugmug.com


Remove the red from your footer. And change the
bold in your links.

...
<li><a href="http://lazyh.smugmug.com">Home</a></li>
<li><a href="http://lazyh.smugmug.com">About Me</a></li>
<li><a href="http://lazyh.smugmug.com/All">Galleries</a></li>
<li><a href="http://lazyh.smugmug.com">Information</a></li>
<li><a href="http://lazyh.smugmug.com">Guestbook</a></li>
<li><a href="https://www.smugmug.com/cart" class="nav">Shopping Cart</a></li>
</ul>
</div>
</center>
</div>
<br><br><center>
<div id="footer" class="nav" style="visibility: visible; display: block;">
<span class="text">powered by <a href="http://www.smugmug.com/" class="nav">SmugMug</a></span>
<sp></sp></div></center>


Add this to your CSS

.cartlink_footer,
.loginLink {display: none;}

.boxTop,
.boxBottom,
.box {border: none !important;}

Allen
Apr-15-2008, 08:53 AM
Thanks for your help Allen.
Was unable to remove the white lines, I am wonderiing if the problem it the start point used for my site which was the theme black and white from elegat?.

Thanks Henry
My site http://lazyh.smugmug.com
The reason it doesn't work is because of this missing } at the end here.

.boxTop, .boxBottom { background-color: #222 !important; }

Henry
Apr-15-2008, 02:42 PM
Many thanks Allen,

The Smugmug line is now the way I want it, the line on top is gone but the one down the left side has remained. One other small problem has popped up, the link at the top that lets one go from owner view to viewer has stoped working when you used it to go back to owner. http://lazyh.smugmug.com/?preview=2 gets me back to the owner page but I do not know enough to fix the link.

Home page is close to finished thanks to your help.

Henry
My site changed to-[ http://www.henrycaron.com ]


The reason it doesn't work is because of this missing } at the end here.

.boxTop, .boxBottom { background-color: #222 !important; }

Allen
Apr-15-2008, 06:30 PM
Many thanks Allen,

The Smugmug line is now the way I want it, the line on top is gone but the one down the left side has remained. One other small problem has popped up, the link at the top that lets one go from owner view to viewer has stoped working when you used it to go back to owner. http://lazyh.smugmug.com/?preview=2 gets me back to the owner page but I do not know enough to fix the link.

Home page is close to finished thanks to your help.

Henry
My site changed to-[ http://www.henrycaron.com ]
You're missing a preiod here.

.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

Add the bold.

.boxTop,
.boxBottom,
.box {border: none !important;}

Henry
Apr-16-2008, 10:36 PM
Thanks Allen, that code and a bit more that you had given out and I was able to find has remove those white lines from the whole site.

I have one more problem I have not been able to find a fix for and that is how to get a solid background on the pages in gallery, when I choose to view a larger size the thumbnails show through the background. Spent a bit off time looking for the fix I know I am just not coming up with the right search words.

I am greatful for the huge amount of help and information avilable on this site.

Thanks Henry

You're missing a preiod here.

.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

Add the bold.

.boxTop,
.boxBottom,
.box {border: none !important;}

richW
Apr-17-2008, 12:25 AM
Thanks Allen, that code and a bit more that you had given out and I was able to find has remove those white lines from the whole site.

I have one more problem I have not been able to find a fix for and that is how to get a solid background on the pages in gallery, when I choose to view a larger size the thumbnails show through the background. Spent a bit off time looking for the fix I know I am just not coming up with the right search words.

I am greatful for the huge amount of help and information avilable on this site.

Thanks HenryAre you speaking about the Lightbox?
If so, add the following to your css section:

#lightBoxBG {
background-color: #222222;
opacity: 1.0;
filter: alpha(opacity=100);}


You can adjust the opacity if needed.
Depending on the theme you might need to add - !important

Siddall
May-12-2008, 06:10 AM
Hi,
I followed your instructions to paste this code to get rid of thin white line on top and left:
.boxTop,
.boxBottom,
.box {border: none !important;}

I've searched several threads and keep trying this code. It's not working for me. Please help and let me know what I'm not doing right. Thanks!!!



http://lisasiddall.smugmug.com/gallery/4544014_JpYdP

Allen
May-12-2008, 06:59 AM
Hi,
I followed your instructions to paste this code to get rid of thin white line on top and left:
.boxTop,
.boxBottom,
.box {border: none !important;}

I've searched several threads and keep trying this code. It's not working for me. Please help and let me know what I'm not doing right. Thanks!!!



http://lisasiddall.smugmug.com/gallery/4544014_JpYdP
Add it for the slideshow style page.

.slideshow,
.boxTop,
.boxBottom,
.box {border: none !important;}

Patrick Cox
May-23-2008, 04:41 AM
Add this to your CSS

.cartlink_footer,
.loginLink {display: none;}

.boxTop,
.boxBottom,
.box {border: none !important;}

I tried this and it would not work. What code am I missing? I would like the minimum footer as well. (Like moonriverphotorapy) My site is...

http://patrickcox.smugmug.com/

Thanks!
Pat