Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3529329
border colour for youtube block
Closed

Comments

  • Matthew started the conversation

    Hi

    I'd like to force the border colour on the youtube block (the 20px border with shadow) to ALWAYS be white, what CSS can I use? thanks - see screenshot

  •  5,052
    Michael replied

    HI!

    pls. use following css:

    .gem-youtube.gem-wrapbox.gem-wrapbox-style-5.rounded-corners.shadow-box.gem-wrapbox-position-below {
        border-color: white;
    }
    5110651633.png
  •   Matthew replied privately
  •  5,052
    Michael replied

    Fixed.