Options

General Problems for New Site

HeartofGoldfishHeartofGoldfish Registered Users Posts: 8 Beginner grinner
edited September 14, 2008 in SmugMug Support
Hello All!

I just got my smugmug up and running and customized'ish, and I have a few slight problems.
1. I want to eliminate all gray backgrounds on every single page on my site.
2. I want to take away all the text that surrounds my galleries, and that little path thing that goes "sitename>gallery>album" that's on my galleries page.
3. There's this little break in the border on every page. I'm pretty sure I'd be happiest without the border at all.

That's all I have for now. Thank you all very much.

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited September 13, 2008
    Hello All!

    I just got my smugmug up and running and customized'ish, and I have a few slight problems.
    1. I want to eliminate all gray backgrounds on every single page on my site.
    2. I want to take away all the text that surrounds my galleries, and that little path thing that goes "sitename>gallery>album" that's on my galleries page.
    3. There's this little break in the border on every page. I'm pretty sure I'd be happiest without the border at all.

    That's all I have for now. Thank you all very much.
    See if this removes the gray backgrounds. Add to CSS

    .boxBottom,
    .boxTop,
    .box {background: none !important;}

    Would need a to see your site for the rest. Got link?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    HeartofGoldfishHeartofGoldfish Registered Users Posts: 8 Beginner grinner
    edited September 13, 2008
    Allen wrote:
    See if this removes the gray backgrounds. Add to CSS

    .boxBottom,
    .boxTop,
    .box {background: none !important;}

    Would need a to see your site for the rest. Got link?

    Alright, the background bit worked beautifully.
    Here's my link: heartofgoldfish.smugmug.com
  • Options
    HeartofGoldfishHeartofGoldfish Registered Users Posts: 8 Beginner grinner
    edited September 13, 2008
    Alright, the background bit worked beautifully.
    Here's my link: heartofgoldfish.smugmug.com

    Any progress so far?
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited September 13, 2008
    Any progress so far?
    You are using the white theme that has those frames built in. You can
    always set the theme to default in your control panel then set the
    background to white on the customize page.

    This in your CSS will remove the breadcrumb > little path thing that goes "sitename>gallery>album".
    Is it only on some pages you want it removed? This removes it on all.

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

    "I want to take away all the text that surrounds my galleries,"
    Can you describe in more detail what you want removed?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    HeartofGoldfishHeartofGoldfish Registered Users Posts: 8 Beginner grinner
    edited September 14, 2008
    Ok, I have issues with the following. After changing the theme to default my navbar scooted over to the left. Now I just need to center it. So far everything is working out really well. Thank you!:
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited September 14, 2008
    Ok, I have issues with the following. After changing the theme to default my navbar scooted over to the left. Now I just need to center it. So far everything is working out really well. Thank you!:
    Change this in your CSS. Change the S to /*


    S Dropdown Nav Bar*/

    to this

    /* Dropdown Nav Bar*/


    To remove the album titles add the bold line to this.

    p.albumTitle,
    p.description,
    p.updated {display: none;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    HeartofGoldfishHeartofGoldfish Registered Users Posts: 8 Beginner grinner
    edited September 14, 2008
    Alright, so centering the navbar worked, but as far as removing the gallery info, I just got more info.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited September 14, 2008
    Alright, so centering the navbar worked, but as far as removing the gallery info, I just got more info.
    Change the semicolon to a comma here.

    p.albumTitle,
    p.description,
    p.updated {display: none;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.