Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1

    Default Removing numbers from slideshow widget

    Does anyone know how to remove slide numbers from one of the slideshow widgets?

  2. #2
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Removing numbers from slideshow widget

    That might be possible via CSS. Which slideshow are you referring to?

  3. #3

    Default Re: Removing numbers from slideshow widget

    Fade slideshow widget Click image for larger version. 

Name:	fade slideshow.JPG 
Views:	78 
Size:	15.3 KB 
ID:	117550

  4. #4
    Join Date
    Sep 2016
    Location
    Sofia, Bulgaria
    Posts
    53

    Default Re: Removing numbers from slideshow widget

    I've tried a few things, but I failed to find a way to do it from the UI

  5. #5
    Join Date
    May 2015
    Posts
    290

    Default Re: Removing numbers from slideshow widget

    Hi actionit,

    It isn't possible to remove the numbers from within the widget, you would need to include the below CSS in the head of your site. First go to the page with the widget on, then go to Utilities > Web Properties > Page Tab > HTML Code (head). Paste the below code in, including the opening and closing style tags, then press OK > Apply, preview.

    <style>
    [id$="cycleFade_nav"] {
    visibility : hidden !important;
    }
    </style>

    Thanks,
    Ben

  6. #6

    Default Re: Removing numbers from slideshow widget

    Brilliant
    Many thanks Ben

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •