Informatics People - SharePoint developer
Pages
(Move to ...)
Home
Photos
Sharepoint-Interview Question And Answer
36 steps to success as technical lead
▼
Sunday, November 2, 2014
SharePoint 2013 - HidePrevious, Next, and Pause buttons on Picture Library Slideshow Web Part's
Add the Script Editor or Content Editor webPart and paste below code.
<style>
.
ms
-
WPBody
a
[
onclick
^=
"Next"
]{
display
:
none
;
}
.
ms
-
WPBody
a
[
onclick
^=
"Play"
]{
display
:
none
;
}
</style>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment