Slideshow customization CSS/HTML

  • Unknown's avatar

    Hi, I am trying to customize my slideshow.

    http://frenchmanbayassociation.wordpress.com/

    The images are all 630px wide. I would like them to display at this size or closer.

    I would also like to make the surrounding dark box much smaller, so it isn’t so tall or wide. If possible, I’d like to remove this surrounding box completely.

    I have the CSS upgrade.

    Many thanks

    The blog I need help with is: (visible only to logged in users)

  • Howdy,

    For the built-in slideshow feature on WordPress.com, the size of the images is automatically determined by the script serving the slideshow, unfortunately.

    You can remove the black border with this CSS:

    .slideshow-window {
        background-color: transparent !important;
        border: none !important;
    }

    Lastly, one thing I noticed is that the colophon (footer credits) are really small. While you can tweak them to the look and feel of your custom design, they must remain visible and readable. Could you bump it up some?

    Thanks! Please let me know if you have any questions or need anything else.

  • The topic ‘Slideshow customization CSS/HTML’ is closed to new replies.