Getting rid of gallery and subgallery icons

DesireemarieDesireemarie Registered Users Posts: 16 Big grins
edited May 15, 2007 in SmugMug Support
Hello, how do you get rid of the gallery and subgallery links that appear on the photo pages??? I tried a code I found in another thread but it didn't work. :-/ Is there any way to also get rid of the slideshow button?

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 18, 2007
    Hello, how do you get rid of the gallery and subgallery links that appear on the photo pages??? I tried a code I found in another thread but it didn't work. :-/ Is there any way to also get rid of the slideshow button?
    This will get rid of the full screen slideshow button.
    Add to your CSS.

    .play_slideshow {display:none;}

    Are you referring to this?
    DesireeMarie > Photography > Photography

    Add to your CSS.

    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • DesireemarieDesireemarie Registered Users Posts: 16 Big grins
    edited April 24, 2007
    Allen wrote:
    This will get rid of the full screen slideshow button.
    Add to your CSS.

    .play_slideshow {display:none;}

    Are you referring to this?
    DesireeMarie > Photography > Photography

    Add to your CSS.

    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;}

    Thankyou so much for your response...yes that is what I was talking about....and I tried to put that code in my css and it still didn't work. :-/ ?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 24, 2007
    Thankyou so much for your response...yes that is what I was talking about....and I tried to put that code in my css and it still didn't work. :-/ ?
    Looks like you finally got it to work.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • DesireemarieDesireemarie Registered Users Posts: 16 Big grins
    edited May 15, 2007
    Allen wrote:
    Looks like you finally got it to work.


    Ok....I don't know what I did, but now it won't work!! :-( I tried to start over and add the code all over again but it still didn't work.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 15, 2007
    Ok....I don't know what I did, but now it won't work!! :-( I tried to start over and add the code all over again but it still didn't work.
    Confused here.headscratch.gif Working again? Looks like it.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • richWrichW Registered Users Posts: 941 Major grins
    edited May 15, 2007
    Remember you have .loggedIn #breadcrumb {visibility: visible;} in the css. You'll be able to see the breadcrumbs while logged in. Log out or use another browser and you will see the breadcrumbs are not visible.
Sign In or Register to comment.