How can i disable the play control in the slideshow of the galleries???
DISABLE MENU IN THE GALLERY
6 posts from 3 voices-
Posted 1 year ago #
-
Hi,
you can hide the play button by adding this to your custom.css:
.ctrl_play{display:none !important;}If you'd also like to hide the arrows use this instead of the previous:
.ctrl_play, .ctrl_back, .ctrl_fwd{display:none !important;}Posted 1 year ago # -
I pasted it in the style.css page but it is not working:S
http://www.sevensenses.es/TEST/?page_id=198#!prettyPhoto
Posted 1 year ago # -
Add following code to css/custom.css:
.pp_nav .pp_play, .pp_nav .pp_pause {
display: none;
}Posted 1 year ago # -
sorted ¡¡
thank you
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














