Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1395121

    How to add box shadow for featured image posts?
    Just like the text above it

    Page: https://www.yundianseo.com/google-seo/

    View post on imgur.com

    #1395164

    Hey yundian,

    Please add this CSS code:

    .template-blog .post .entry-content-wrapper {
        overflow: visible;
    }
    
    #top .big-preview {
        box-shadow: 0 0 10px 0 #444;
        padding-bottom: 0;
        border-radius: 4px;
    }

    Just change the box-shadow value as you see fit.

    Best regards,
    Nikko

    #1395274

    Hi,

    I need to add the shadow for all single post not only for the featured image,

    I use:

    .template-blog .post .entry-content-wrapper {
    overflow: visible;
    box-shadow: 0 0 10px 0 #444;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 40px;
    }

    Right?

    #1395291

    Hi yundian,

    Yes, you are correct :)

    Best regards,
    Nikko

    #1395329

    Thanks, please close

    #1395508

    Hi yundian,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to add box shadow for featured image posts’ is closed to new replies.