View Full Version : Get rid of those thumbnails!
suitem
May-01-2009, 10:49 PM
Is there any way to get rid of the thumbnails in the categories and just use text. I want my clients to just go to a list instead of searching through thumbnails which takes up more space.
Thanks for the help!
Brian
suitem
May-01-2009, 11:11 PM
Is there any way to get rid of the thumbnails in the categories and just use text. I want my clients to just go to a list instead of searching through thumbnails which takes up more space.
Thanks for the help!
Brian
denisegoldberg
May-02-2009, 04:23 AM
Is there any way to get rid of the thumbnails in the categories and just use text.
Please don't post the same question in two different forums - all that does is make extra work for the helpers here.
Add this to your CSS to remove the photos (thumbnails) from the category pages:
.category .photo,
.category .photoLarge {
display: none;
}
--- Denise
suitem
May-02-2009, 10:25 AM
Please don't post the same question in two different forums - all that does is make extra work for the helpers here.
Add this to your CSS to remove the photos (thumbnails) from the category pages:
.category .photo,
.category .photoLarge {
display: none;
} --- Denise
I didn't mean to post it twice, I just wasn't sure how to get rid of the post in the other forum. Sorry.
Denise, thank you for the help.
Now, is there anyway to have less space between the galleries so that it looks more like a list.
Thank you very much for your help. I am obviously new at this.
Brian
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.