PDA

View Full Version : BIO's Border: I Give UP


kriskros
Jul-19-2008, 07:18 PM
:bow PLEASE HELP ...


I tried to remove the border around the bio. I'm now using the bio for my slideshow.

I followed Allen's instructions ( http://www.dgrin.com/showpost.php?p=852341&postcount=3 )

I entered this code on CSS

#bioBox .imgBorder {border: none;}

Still, I got the border.



Thanks,
Kris
kriskrosphotography.com
kriskros.smugmug.com

Allen
Jul-19-2008, 09:27 PM
:bow PLEASE HELP ...


I tried to remove the border around the bio. I'm now using the bio for my slideshow.

I followed Allen's instructions ( http://www.dgrin.com/showpost.php?p=852341&postcount=3 )

I entered this code on CSS

#bioBox .imgBorder {border: none;}

Still, I got the border.



Thanks,
Kris
kriskrosphotography.com
kriskros.smugmug.com
I see one line at the top and one at the bottom, are these the borders you want deleted?

If so add this to CSS

#bioBox .boxBottom {border: none !important;}

kriskros
Jul-19-2008, 09:37 PM
I see one line at the top and one at the bottom, are these the borders you want deleted?

If so add this to CSS

#bioBox .boxBottom {border: none !important;}

Amazing, Allen. That one liner saved my hair. I don't have to pull them from now on.

Thanks, bud. You are so good.

tonyabolesphotography
Jul-25-2008, 09:36 AM
I'm having the same issue, but nothing I add seems to work. Can someone please have a look at my website and tell me what I am doing wrong.
http://tonyabolesphotography.smugmug.com/



Amazing, Allen. That one liner saved my hair. I don't have to pull them from now on.

Thanks, bud. You are so good.

Allen
Jul-25-2008, 01:13 PM
I'm having the same issue, but nothing I add seems to work. Can someone please have a look at my website and tell me what I am doing wrong.
http://tonyabolesphotography.smugmug.com/
Try this in CSS

#bioBox {border: none;}

tonyabolesphotography
Jul-25-2008, 01:38 PM
That finally worked but only with the Black Arts Theme. Seems like I've tried it several times.
New question, how do I remove the word smug mug right beside the slide show?


Try this in CSS

#bioBox {border: none;}

Allen
Jul-25-2008, 04:19 PM
That finally worked but only with the Black Arts Theme. Seems like I've tried it several times.
New question, how do I remove the word smug mug right beside the slide show?
I think your referring to the logo. Make sure in your show code this is set to false.

err ... add the line in.

...
clickUrl: '/Portraits',
showLogo: 'false',
showThumbs: 'false',
...

tonyabolesphotography
Jul-25-2008, 05:03 PM
Thank you...





I think your referring to the logo. Make sure in your show code this is set to false.

err ... add the line in.

...
clickUrl: '/Portraits',
showLogo: 'false',
showThumbs: 'false',
...