Viewing 1 replies (of 1 total)
  • Hi pbure,

    I found that x button tiny too. I made a change on the js file to show the word “Close” instead of the x character.

    If you want to do the same, open the jetpack-carousel.js file (should be in the plugins folder)
    If you are able to ftp, you can use Filezilla to ftp to your server and download and open the above file using Notepad++

    Once you open the file, look for the below code
    close_hint = $('<div class="jp-carousel-close-hint"><span>x</span></div>')

    Change the x between the span tags to any word you like. I put something like this
    close_hint = $('<div class="jp-carousel-close-hint"><span>Close</span></div>')

    You need to save these changes (if you opened it directly on the server) or reupload this file using Filezilla and refresh the page and Voila
    Now you have gotten rid of the tiny x.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature suggestions’ is closed to new replies.