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

    Is it possible to give the blog page a 3D type of effect like in this page

    View post on imgur.com

    Where the photo and title have this look and feel

    My current blog page is listed in the private content

    Thanks in advance for your help

    #908913

    Hey candeos,
    It looks like the image has a box shadow effect on it, see the screenshot in Private Content area of your blog page with this css applied:

    .post-entry .slide-image {
    box-shadow: 4px 4px 18px 0px rgba(50, 52, 50, 0.75);
    }

    Is this what you had in mind?

    Best regards,
    Mike

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