• Resolved GinaOrlando10

    (@ginaorlando10)


    Is there a way to set the large play button to be a round circle? I don’t see any settings for it and my CSS won’t override it.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ginaorlando10

    Thank you for choosing Presto and writing in!

    For now, we do not have direct integration on this however you can do customization code on that.

    Add this CSS code to your “Custom CSS” section in the Presto Player settings.

    .plyr__control--overlaid {
    border-radius: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    position: absolute !important;
    top: 50% !important;
    }

    Thank me later!


    Hello,

    Thank you for sharing this solution with us

    Please let us know if you have any other questions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Round Play Button’ is closed to new replies.