Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #399683

    cosybox
    Participant

    Dear Themeco,

    Please look at my landing page: http://www.cosybox.co.uk/newsite

    You will see a shadow falling on the embedded video. I can’t work out where that is coming from. The “Feature” block above it doesn’t seem to have any shadow option in Cornerstone.

    I think it would look better without the shadow, can you tell me where it’s coming from and how to remove it?

    Also to add, and maybe related to this issue – the column for the embedded video has padding set to 0px on all sides, and border none, however, it has an area at the bottom which exceeds that of the embedded video element (I estimate 15px). The row is the same, ie 0 padding, 0 margin, marginless column set to on, and container set to off.

    To get around this, I’ve temporarily changed the colour to match that of the block below.

    I look forward to your response.

    Regards,
    Jonathan.

    #399709

    Paul R
    Moderator

    Hi Jonathan,

    To remove the shadow and spacing, you can add this under Custom > CSS in the Customizer.

    
    .home #x-section-3 * {
         box-shadow:none;
    }
    
    .home .x-video {
        margin-bottom: 0;
    }
    

    Hope that helps.

    #399871

    cosybox
    Participant

    Hi,

    That worked for the extra spacing, but not for the shadow..

    Should I be putting it in the main customiser in the Appearance menu, or in the CSS customiser in Cornerstone?

    I’ve tried it both ways seperately.

    Look forward to hearing from you.

    Regards,
    Jonathan.

    #399880

    Christopher
    Moderator

    Hi there,

    The shadow belongs to video file itself, see : https://www.youtube.com/embed/qBStvJxTfic?wmode=transparent

    Thanks.

    #399935

    cosybox
    Participant

    Hmmm, I’m not sure about that.

    When I play the video back on my site, the shadow is there. When I play the video back on YouTube, it is not.

    I think you might be right about the static image, but why does the shadow appear in playback then?

    I believe there is something in the site that’s causing this, at least during playback.

    Could you check the playback shadow please?

    Best regards,
    Jonathan.

    #399938

    cosybox
    Participant

    SORRY you are right.

    The shadow shows up when the cursor is over the video, on YouTube aswell.

    What a pain. I don’t suppose you know if this can be removed?

    I’ve searched the internet and found nothing.

    Best regards,
    Jonathan.

    #400079

    Jade
    Moderator

    Hi Jonathan,

    Unfortunately we can’t provide a solution to remove the shadow as it is the Youtube player that adds it. Thanks for understanding.