Title: Help with Customization
Last modified: August 20, 2016

---

# Help with Customization

 *  Resolved [smbassett](https://wordpress.org/support/users/smbassett/)
 * (@smbassett)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization/)
 * I am trying to customize the CSS. Is there a posting/documentation of what each
   item in the CSS controls. I can figure out some of them but am having to do trial
   and error to get what I want.
 * Specifically, I want the turn off the hover (want the test to always be visible).
   I want to change the background color and font size of the text.
 * Thanks for any help.
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization/#post-3553692)
 * I’m sorry, there’s no documentation of what all CSS classes do, but I’m hoping
   their namegiving makes some things clear on that front.
 * The [FAQ section](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/faq/)
   describes how to create a custom style.
 * To always show the image slide descriptions, you can set the ‘Hide description
   box’ setting to ‘No’ in the slideshow’s settings.
 * The image description boxes are styled by these CSS classes:
 *     ```
       .slideshow_container .slideshow_description { background: #000; width: 100%; }
       .slideshow_container .slideshow_description h2  { font-size: 1.3em; text-align: center; }
       .slideshow_container .slideshow_description p  { text-align: center; }
       .slideshow_container .slideshow_description a  { color: #fff; }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Help with Customization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/help-with-customization/#post-3553692)
 * Status: resolved