Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #449670

    How do I change the font style in the Caption Title area in the Fullscreen Slider?

    Also:

    How do I disable the pausing when somebody clicks on the screen? I have the Hide Video Controls selected so the controls aren’t visible but when you click on the screen it pauses the video.

    Thank you so much for your help, it is greatly appreciated.

    #450451

    Hey Micheal0424!

    Thank you for using Enfold.

    The title in the slider is an h2 element so you can change the h2 element styling on Enfold > Advanced Styling panel. Use this in the Quick CSS field to disable the pause control:

    .avia-slide-wrap {
      pointer-events: none !important;
    }

    Cheers!
    Ismael

    #451378

    Thank you very much, perfect!!

    Greatly appreciated!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullscreen Slider Caption Title Change Font & Disable Pause on screen’ is closed to new replies.