Theme change

John KeaneJohn Keane Registered Users Posts: 25 Big grins
edited October 22, 2006 in SmugMug Support
I am trying to change the themes of all my galleries from 'spoonman' to 'carbonite'. When I do I lose my nav bars, I beleive the colors I chose should appear.

The HR under my header is also partially lost.

I know I must be missing something simple. Any suggestions?

Thank You!
John

Johnkeanephotography.com

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited October 15, 2006
    John Keane wrote:
    I am trying to change the themes of all my galleries from 'spoonman' to 'carbonite'. When I do I lose my nav bars, I beleive the colors I chose should appear.

    The HR under my header is also partially lost.

    I know I must be missing something simple. Any suggestions?

    Thank You!
    John

    Johnkeanephotography.com
    Yeah it's fixable. One of the smarter guys than me will be by soon enough, and will give you the fix for Carbonite and your navbar. Stay tuned :D
  • John KeaneJohn Keane Registered Users Posts: 25 Big grins
    edited October 22, 2006
    carbonite theme
    Thanks. I'm looking forward to fixing this.
    John
    Andy wrote:
    Yeah it's fixable. One of the smarter guys than me will be by soon enough, and will give you the fix for Carbonite and your navbar. Stay tuned :D
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 22, 2006
    John, I can't find a gallery set to carbonite. Set the theme on one
    and reply back here the link so everyone will have something to
    work with.
    Thanks
    Al
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • ivarivar Registered Users Posts: 8,395 Major grins
    edited October 22, 2006
    Hi John wave.gif

    Add this green bit to your CSS code, and it should work.
    #navcontainer ul
    {margin:0;
    padding:0;
    [COLOR=Lime]position: relative; 
    z-index: 9999;
    margin-top: 5px;
    [/COLOR]list-style-type:none;
    text-align:center;}
    #navcontainer ul li {display: inline;}
    #navcontainer ul li a
    {text-decoration:none;
    padding:.2em 1em;
    color:#d3d3d3;
    background-color:#5f5f5f;}
    #navcontainer ul li a:hover}
    color:#5f5f5f;
    background-color:ffffff;}
    
Sign In or Register to comment.