PDA

View Full Version : Remove Box Border from Black Arts and Hide Keywords Title


TripleDES
Jan-12-2008, 09:30 AM
I'd like to use a customized Black Arts style my front page. CSS experts, how can I remove the box borders and also, how can I hide the Top 50 Keywords title?

http://floridonet.smugmug.com/

Thanks!

richW
Jan-12-2008, 11:37 AM
I'd like to use a customized Black Arts style my front page. CSS experts, how can I remove the box borders and also, how can I hide the Top 50 Keywords title?

http://floridonet.smugmug.com/

Thanks!Try these to see if they get the look you are looking for:

.homepage .box {border: none !important;}

#keywordsTitle {display: none;}

TripleDES
Jan-12-2008, 06:09 PM
This works. Thanks!!