wpforum
Member
Posted 8 months ago #
How can I make the close button (X) bigger in slide show carousel? I am asking again since this is important for mobile devices. Also, the X didn't work on an android mobile, but it works on iPhone. Has anyone else had this experience?
http://wordpress.org/extend/plugins/carousel-without-jetpack/
wpforum
Member
Posted 7 months ago #
The X in the top left of the slideshow is tiny. How can it be made bigger?
In your theme's CSS file add the following:
.jp-carousel-close-hint { font-size: 30px !important; }
This should fix the issue.
wpforum
Member
Posted 7 months ago #
I made changes to jetpack-carousel.css instead with the font size, placement and color. Thank you for pointing me in the right direction.