PDA

View Full Version : Hide the words 'categories' and 'sub-categories'


Egrinner
Mar-15-2007, 10:57 AM
Hello,

I would like to hide the word 'categories' from the homepage topBox title, as well as the word 'sub-categories' from the topBox title of the sub-category pages.

Any ideas how to accomplish this?

Thanks!!

Andy
Mar-15-2007, 11:26 AM
Hello,

I would like to hide the word 'categories' from the homepage topBox title, as well as the word 'sub-categories' from the topBox title of the sub-category pages.

Any ideas how to accomplish this?

Thanks!!
add this to your CSS:
#categoriesBox .boxTop .title {display: none;}


You can also change the text there, if you like :)

Hi, basic faq #17 here: http://www.smugmug.com/help/customize-faq.mg

which is referenced from our "Start Here" threaed, sticky in this forum
http://www.dgrin.com/showthread.php?t=52812

Does this help?

Egrinner
Mar-15-2007, 11:49 AM
Does this help?

Hi Andy,

Sorry for not making myself clearer. I would like to remove just the word 'categories' or 'sub-categories' - not the entire topBox.

If I have a category named 'Family & Friends', the topBox now displays 'Family & Friends sub-categories'. I would like it to display just 'Family & Friends', without the word 'sub-categories'.

Thanks.

Andy
Mar-15-2007, 11:55 AM
Hi Andy,

Sorry for not making myself clearer. I would like to remove just the word 'categories' or 'sub-categories' - not the entire topBox.

If I have a category named 'Family & Friends', the topBox now displays 'Family & Friends sub-categories'. I would like it to display just 'Family & Friends', without the word 'sub-categories'.

Thanks.
Hi, please give us your SmugMug site name - and also put it in your profile (You!) upper left on Dgrin navbar.

Egrinner
Mar-15-2007, 12:23 PM
Hi Andy,

elans.smugmug.com

Thanks!

Egrinner
Mar-16-2007, 09:41 AM
I would like to remove just the word 'categories' or 'sub-categories' - not the entire topBox.

If I have a category named 'Family & Friends', the topBox now displays 'Family & Friends sub-categories'. I would like it to display just 'Family & Friends', without the word 'sub-categories'.


Hi Andy,

Any further thoughts about hiding just the words 'categories' and 'sub-categories'?

Thanks!

elans.smugmug.com

RogersDA
Mar-16-2007, 09:50 AM
Hi Andy,

Any further thoughts about hiding just the words 'categories' and 'sub-categories'?

Thanks!

elans.smugmug.com


Look at the end of this thread (http://www.dgrin.com/showthread.php?t=39909&highlight=subcategories) and see if it helps.

Egrinner
Mar-18-2007, 10:33 AM
Look at the end of this thread (http://www.dgrin.com/showthread.php?t=39909&highlight=subcategories) and see if it helps.

Thanks Roger,

The link you provided gave me a clue. Once I figure it out I will post my findings...