Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171485

    Hi,

    I would like to add this css style around the featured blog images is that possible?

    Regareds,

    Mikael

    img.attachment, img.frame, .media {
    padding: 7px;
    background: #FFF;
    display: block;
    -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25);
    }

    #171621

    Hello mikaelsv!

    Assuming that you are using Single author, Big preview pic as your Blog Style, Please add following code to Quick CSS in Enfold theme options under Styling tab

    .big-preview img { padding: 7px;
    background: #FFF;
    display: block;
    -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25);
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Add white frame around featured blog image’ is closed to new replies.