PDA

View Full Version : Bulk settings with CSS?


Tara
Jun-04-2007, 02:28 PM
Thanks Andy for the recent help,
Can I use CSS to remove the comment option from all my galleries? I know I can individually do it per gallery,but can I do a bulk setting with CSS?

:rolleyes Tara

Andy
Jun-04-2007, 02:29 PM
#comments {display: none;}

Tara
Jun-04-2007, 02:34 PM
#comments {display: none;}


I just did that but it does not work?
:scratch

Andy
Jun-04-2007, 02:36 PM
I just did that but it does not work?
:scratch
Hi, we need your website to really help you :thumb

Tara
Jun-04-2007, 02:40 PM
Hi, we need your website to really help you :thumb

http://taraaesthetics.smugmug.com/:wave :lift


I love the smilies!

Andy
Jun-04-2007, 02:49 PM
http://taraaesthetics.smugmug.com/:wave :lift


I love the smilies!


Sry, do this:


#comment_header {display: none;}


:D

Tara
Jun-04-2007, 02:53 PM
Sry, do this:


#comment_header {display: none;}




:D

yes yes yes:barb
that is the ticket!