Options

Customization of the bottom bar

kgphotoskgphotos Registered Users Posts: 106 Major grins
edited March 1, 2014 in SmugMug Customization
Hello. I am working on my gallery page. I am deciding between the vertical menu bar or the bottom bar on my pictures. I would like to use the bottom bar, however, the colors that I have set make it difficult to read. Is there a way to change the text color on the bottom bar without changing the text color on my entire site?

Thanks for your help!

-Karen

my website… http://www.karengrantphotography.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited March 1, 2014
    What color would you pick? You have light ones on dark ones.
    Might try this

    /* titles on thumbs in folders */
    .sm-tiles-grid ul li a p {
    color: white!important;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    kgphotoskgphotos Registered Users Posts: 106 Major grins
    edited March 1, 2014
    Allen wrote: »
    What color would you pick? You have light ones on dark ones.
    Might try this

    /* titles on thumbs in folders */
    .sm-tiles-grid ul li a p {
    color: white!important;
    }

    I would pick white…#FFFFFF.

    The primary text color is aeaeae. Don't know the name of the color though.

    -Thanks Allen.
  • Options
    kgphotoskgphotos Registered Users Posts: 106 Major grins
    edited March 1, 2014
    kgphotos wrote: »
    I would pick white…#FFFFFF.

    The primary text color is aeaeae. Don't know the name of the color though.

    -Thanks Allen.

    Where would I put that code? In my all folders CSS?
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited March 1, 2014
    kgphotos wrote: »
    Where would I put that code? In my all folders CSS?
    That would work. It's only for the folders.

    white is #fff or #ffffff

    color: #fff !important;
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    kgphotoskgphotos Registered Users Posts: 106 Major grins
    edited March 1, 2014
    Allen wrote: »
    That would work. It's only for the folders.

    white is #fff or #ffffff

    color: #fff !important;

    Thanks Allen!!!!! It worked! clap.gifclapclap.gifclap
Sign In or Register to comment.