Options

Customization of bottom bar on galleries

MandyleaMandylea Registered Users Posts: 2 Beginner grinner
edited December 7, 2013 in SmugMug Customization
I like the "bottom bar" look for the titles of galleries, but the colors I have set are very difficult to read. I want to change the text color on the bottom bars without changing the text color on the entire page/site.

Is this possible??

Comments

  • Options
    SilpionSilpion Registered Users Posts: 20 Big grins
    edited December 7, 2013
    Try adding this to the CSS box for the site - Edit Theme>Advanced>CSS


    /* Modify Gallery Page font */
    .sm-page-widget-galleries .sm-tile-info .sm-tile-title p {
    color: #B8B8B8 !important;
    }

    Picked this bit up from this site,
    Th4t 1s a C4ctu$ → ψ
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 7, 2013
    I would only put this in the theme's CSS if you use this theme everywhere and will not ever change
    themes. I'd put it in the "all folders" CSS.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    SilpionSilpion Registered Users Posts: 20 Big grins
    edited December 7, 2013
    Thats the best bit about this place, even when i offer help, i still get to learn something.

    Thx Allen
    Th4t 1s a C4ctu$ → ψ
  • Options
    MandyleaMandylea Registered Users Posts: 2 Beginner grinner
    edited December 7, 2013
    You guys are great for answering! Okay... so let's pretend I'm completely new to this *wink wink*

    I tried to add a CSS content field on the page and it didn't seem to change the text color. Walk me through it like I"m a newb? :)
Sign In or Register to comment.