• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Trying to hide "Sub Categories" & "Galleries" text

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Aug-03-2008, 01:46 PM
#1
rjdesq is offline rjdesq OP
Big grins
Trying to hide "Sub Categories" & "Galleries" text
Hi gang,

I'm trying to hide the text that says "Wedding Sub-Categories" and "Wedding Gallery" on the page http://www.ryandavisphotography.com/Weddings but I can't seem to get the right CSS code. Of course, I'm pretty much an idiot when it comes to CSS coding, so that may be the BIGGEST problem, haha.

Can any of ya help me?

Thanks!
__________________
www.ryandavisphotography.com
Rockford, IL
Old Aug-03-2008, 07:38 PM
#2
rjdesq is offline rjdesq OP
Big grins
still can't figure it out...
__________________
www.ryandavisphotography.com
Rockford, IL
Old Aug-04-2008, 02:34 PM
#3
rjdesq is offline rjdesq OP
Big grins
anybody?
__________________
www.ryandavisphotography.com
Rockford, IL
Old Aug-05-2008, 04:09 AM
#4
ervwalter is offline ervwalter
Big grins
Quote:
Originally Posted by rjdesq
Hi gang,

I'm trying to hide the text that says "Wedding Sub-Categories" and "Wedding Gallery" on the page http://www.ryandavisphotography.com/Weddings but I can't seem to get the right CSS code. Of course, I'm pretty much an idiot when it comes to CSS coding, so that may be the BIGGEST problem, haha.

Can any of ya help me?

Thanks!
If you only want to hide them on that page:

Code:
.category_Weddings #galleryTitle {display: none;}
.category_Weddings #subCatGalleryTitle {display: none;}
If you want them hidden on all category pages:

Code:
.category #galleryTitle {display: none;}
.category #subCatGalleryTitle {display: none;}
Old Aug-05-2008, 06:57 PM
#5
durhamave is offline durhamave
Beginner grinner
Quote:
Originally Posted by ervwalter
If you only want to hide them on that page:

Code:
.category_Weddings #galleryTitle {display: none;}
.category_Weddings #subCatGalleryTitle {display: none;}
If you want them hidden on all category pages:

Code:
.category #galleryTitle {display: none;}
.category #subCatGalleryTitle {display: none;}
Suweet! Finally got it! Thanks for persisting.
__________________
___________________________
amy a. durham
www.durhamavenue.com
Old Aug-05-2008, 07:23 PM
#6
rjdesq is offline rjdesq OP
Big grins
Quote:
Originally Posted by ervwalter
If you only want to hide them on that page:

Code:
.category_Weddings #galleryTitle {display: none;}
.category_Weddings #subCatGalleryTitle {display: none;}
If you want them hidden on all category pages:

Code:
.category #galleryTitle {display: none;}
.category #subCatGalleryTitle {display: none;}
Thanks erv! Man, I was so close...yet soooooooo far away.
__________________
www.ryandavisphotography.com
Rockford, IL
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump