border-radius on embedded YouTube videos - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro border-radius on embedded YouTube videos

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #104563
    Karel Overlaet
    Participant

    Hi

    I was able to give rectangular images rounded corners. I couldn’t find where I have to adapt the css to do the same for embedded YouTube videos. I’ve searched on the net but this is theme specific, I concluded.

    I use SuperMagPro 3.0.9.

    Kind regards

    Karel

    #104662
    acmesupports
    Moderator

    Dear Karel,
    If you can provide us with your site URL, we will observe and provide you with possible solutions.

    Best Regards!

    #104707
    acmesupports
    Moderator

    Dear Karel,
    Please add the given CSS code in Additional CSS:
    Appearance > Customize > Additional CSS
    .entry-content iframe {
    border-radius: 8px;
    }

    Best Regards,
    Rozy

    #104708
    Karel Overlaet
    Participant

    Hi Rozy

    Spot on! Thank you very much. Have a nice day.

    Karel

    #104710
    acmesupports
    Moderator

    Dear Karel,
    You are Most Welcome 🙂

    Best Regards!

    #106184
    Divya Parekh
    Participant

    How were you able to give rectangular images rounded corners? Please share; thank you.

    #106185
    Karel Overlaet
    Participant

    Hi Divya

    Sure. Here it is:

    .wp-block-image:not(.is-style-rounded)>a, .wp-block-image:not(.is-style-rounded) img {
    border-radius: 8px;
    }
    img {
    border-radius: 8px;
    }

    Kind regards
    Karel

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.