Hello,
I searched the forum for the answer and found a few, however, NONE of the answers solved my issue, eventhou I replaced the code in all areas where it is suggested including:
The section that controls the colour of the slideshow margins are found in mod_jaslideshow.css (JA Droid version 2.5)
#ja-slideshow {
background: #000;
border-top: 1px solid #000;
position: relative;
z-index: 10;
overflow: hidden;
which I changed to this:
#ja-slideshow {
background: #EAECF3;
border-top: 1px solid #CCC;
position: relative;
z-index: 10;
overflow: hidden;
I refreshed my browsers, checked the code multiple times, and even have changed the color following the same or similar instructions for the 1.5 version, however, I have not been able to make the changes to the 2.5 version. Don’t know why. Can you help?
The 1.5 version can be seen here:
http://lotoazulhotel.com
The 2.5 version can be seen here:
http://lotoazulhotel.com/jatc_droid_j25/
Many thanks!