• Hey all,

    Trying to figure out how to change the font, alignment, etc. of the ‘title’ and ‘description’ I have for the pictures in the slideshow. I’ve gone all through the code and can’t see where to change it.

    Thanks!

Viewing 1 replies (of 1 total)
  • You should be able to target any of the text associated with the slideshow with

    .slideshow-wrapper p {
     font-family: Courier, monospace;
    }

    etc…

    Dalton

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Portfolio Slideshow] Customizing title/description’ is closed to new replies.