• Resolved saramohammed22

    (@saramohammed22)


    I see there’re number of customization opportunities, but I want to make the video play button much larger than by default it comes. How can I do this if there’s no setting for this?

Viewing 1 replies (of 1 total)
  • Plugin Author YOO SLIDER TEAM

    (@yooslider)

    You can make larger play button by adding this custom css in your settings:

    
    i.gks-video-play-icon.fa.gks-fa.fa-play.gks-vimeo-play-ic {
        font-size: 100px !important;
    }
    

    But if you want to apply this changes on a specific slider, you should specify the respective slider css selector too. The identifier you can find in the respective slider short code.

    
    #gks-slider-SLIDERID i.gks-video-play-icon.fa.gks-fa.fa-play.gks-vimeo-play-ic {
        font-size: 100px !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Larger play’ is closed to new replies.