Hi how to disable the image expand button in pretty photo slideshow since closing the slideshow button and the exapnd buttons looks the same and people seem to get confused with them
Regards
Shehan
Hi how to disable the image expand button in pretty photo slideshow since closing the slideshow button and the exapnd buttons looks the same and people seem to get confused with them
Regards
Shehan
Hi Shehan,
Try to add this code in your wp-content/themes/shoutbox/css/custom.css:
.pp_expand {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.