S3Bubble OTT Streaming

shape
shape
shape
shape
shape
shape
shape
shape

S3Bubble Support Forums

To stay up to date with the latest S3Bubble updates and tutorials please make sure you sign up to our YouTube Channel.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Autoplay Tv Programs #31927
    sriflixlk
    Participant

    Thank you. I added it!

    in reply to: Custom CSS to change theme play button and exit X #31914
    sriflixlk
    Participant

    Here’s what I use on my website. Paste this on the additional css section.

    .static-row .overlay .play-icon-wrap-rel-ring {
        border: .3vw solid #f90000; /* change outer ring color*/
    	transition: all .3s ease;
    }
    
    .static-row .overlay .play-icon-wrap {
        color: #8f0000; /* change play icon color*/
    	transition: all .3s ease;
    transform: scale(1.2);
    }
    
    /* hover grow */
    .static-row .overlay .play-icon-wrap-rel {
    transition: all .3s ease;
    }
    
    .static-row .overlay .play-icon-wrap-rel:hover {
    transition: all .3s ease;
    transform: scale(1.2);
    }
    • This reply was modified 6 years, 1 month ago by s3bubble.
Viewing 2 posts - 1 through 2 (of 2 total)