Okay
  Public Ticket #660505
Page slider
Closed

Comments

  • JDER started the conversation

    Dear support,

    I was wonder if you could help me with removing the white boxes were normally the Caption Custom description is displayed in. Because when I disable the Display Caption option in a slide, the white box remain visible at the front-end of the page.

    Regards,
    Jerry


  •  291
    Paul replied

    Hi Jerry!

    By default, the caption box will remain displaying the slide counter. But you can use custom CSS to hide that. Please try applying the following code:

    div#page-slider-caption-box {
        display: none !important;
    }

    In case you would like to use custom CSS for other elements, I would recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul

  • JDER replied

    Hi Paul,

    Thank you for helping me out so quick. I was able to make the Caption Box and Nav disappear with your solution.

    Have a nice weekend!
    Cheers

  •  291
    Paul replied

    You\'re very welcome Jerry! Glad I could help! :)

    Have a nice weekend to you too!