Thumbnail pagination font color

tkdallytkdally Registered Users Posts: 9 Beginner grinner
edited April 29, 2014 in SmugMug Customization
Hi everyone, I have been working hard to get my site ready for migration to the new SmugMug and I think I'm almost done - phew! There are just a couple of things I need to resolve and I was hoping you might be able to help. To keep things simple I will post them in different threads.

Can I change the font color for the thumbnail pagination in SmugMug-style galleries? I've found CSS to move it up or down and to turn it on/off but my attempts to change it's color have so far failed.

The code I am using to move it up is (credit):
/* Move the thumbnail pagination drop-down menu slightly up */
.sm-gallery-smugmug .sm-gallery-tiles-pagination {
margin-top: -10px;
}

I would appreciate any guidance you could provide.

My website is www.alisondodd.co.uk although it's still in legacy mode.

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 28, 2014
    Try this

    .sm-gallery-tiles-pagination .sm-gallery-tiles-pagination-total,
    .sm-gallery-tiles-pagination .sm-form-field-select {color:red !important}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited April 29, 2014
    Allen wrote: »
    Try this

    .sm-gallery-tiles-pagination .sm-gallery-tiles-pagination-total,
    .sm-gallery-tiles-pagination .sm-form-field-select {color:red !important}

    Allen is so quick on the reply! clap.gifwings.gifbowdown.gif
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • tkdallytkdally Registered Users Posts: 9 Beginner grinner
    edited April 29, 2014
    Allen wrote: »
    Try this

    .sm-gallery-tiles-pagination .sm-gallery-tiles-pagination-total,
    .sm-gallery-tiles-pagination .sm-form-field-select {color:red !important}

    Thanks Allen, that has done the trick.

    Do you also know how to change the background color of the thumbnail pagination drop down please?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 29, 2014
    tkdally wrote: »
    Thanks Allen, that has done the trick.

    Do you also know how to change the background color of the thumbnail pagination drop down please?
    See if this works

    .sm-gallery-tiles-pagination .sm-form-field-select-option {background:red !important}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • tkdallytkdally Registered Users Posts: 9 Beginner grinner
    edited April 29, 2014
    Allen wrote: »
    See if this works

    .sm-gallery-tiles-pagination .sm-form-field-select-option {background:red !important}

    Hi Allen, thanks for taking the time to post that for me - it works well.
Sign In or Register to comment.