Can't Hide Bio Text above Slideshow
lisasolonynko
Registered Users Posts: 97 Big grins
Hi All,
I post a question about hiding gallery descriptions, but there were no takers. I don't know what I am doing wrong.
So, I followed the wiki on placing a description in the biobox on my homepage and then hiding it. It won't hide. I don't know what I am missing. Can someone have a look for me?
I typed in my bio description like this:
<div>Fine art photography that focuses on animals, landscapes, stock, and graphic design.</div>
then I put this into my CSS:
#bioText {display: none;}
But it is not working.
Lisa
I post a question about hiding gallery descriptions, but there were no takers. I don't know what I am doing wrong.
So, I followed the wiki on placing a description in the biobox on my homepage and then hiding it. It won't hide. I don't know what I am missing. Can someone have a look for me?
I typed in my bio description like this:
<div>Fine art photography that focuses on animals, landscapes, stock, and graphic design.</div>
then I put this into my CSS:
#bioText {display: none;}
But it is not working.
Lisa
0
Comments
<div id="bioText">Fine art photography that focuses on animals, landscapes, stock, and graphic design.</div>
That assigns a CSS ID of "bioText" to the block of text so your CSS will properly control it.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Now, any ideas on how to make my gallery descriptions hidden?
Lisa
My Website index | My Blog
http://lisasolonynko.smugmug.com/gallery/7517821_4cNZs#485473446_S6mnT
But I can't get the description to hide. Once I figure it out for this gallery, I will do it for the rest.
Any help would be great.
Lisa
category page. What page do you not want it?
My Website index | My Blog
.notLoggedIn .gallery_7517821 #albumDescription {display: none;}
But don't think Google will see it either.
My Website index | My Blog
Thanks for all your help.