• Hi there

    First of all, thanks for this plugin. There were two items that I wanted to ask about:

    1) I’ve tried to change the color of the black (default) bar at the bottom (or top, depending on settings). I’ve looked through the dm.css and styles.css and I can’t seem to find the right place to change the color (its the black bar which surrounds the thumbnails). I would like to change this to white to blend in with the background of my theme.

    2) With regards to the bar, is there a way we can change this to be left or right as opposed to top and bottom? I guess this would need to be a feature?

    Thanks in advance, and once again thanks again for the awesome plugin!

    http://wordpress.org/extend/plugins/dm-albums/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, thanks for writing!

    To change the thumbnails background, just change the following in styles.css (but make sure you empty your browser cache so you can see the changes!) The values below should give you a white background.

    /* MAIN THUMBNAILS */
    #td_thumbnails
    {
    border-top: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
    border-left: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    }

    /* CURRENTLY SELECTED THUMBNAIL */
    .selectedthumb
    {
    border: 2px solid;
    border-color:#1472EC;
    }

    /* REGULAR THUMBNAILS */
    .thumb
    {
    border: 2px solid;
    border-color:#FFFFFF;
    background-color: #FFFFFF;
    }

    As per your other request, left and right thumbnails is the second-most requested setting. It actually takes a bit of work, but since releasing version 2.0 of DM Albums (today), we will make this request our priority. Look for an update in the coming weeks (or at most month).

    Thread Starter lhw455

    (@lhw455)

    Thanks for the reply, checking out the new version now!

    With version 2.3, you are now able to save a custom stylesheet so that WordPress won’t delete it when you automatically update the plugin.

    This might be a stupid question but where do I save this custom stylesheet?..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘DM Albums – feature request and color change’ is closed to new replies.