• Resolved ovidiucupse

    (@ovidiucupse)


    Hi,
    this is the best recent posts plugin, thank you very much.
    In the MODERN STYLE, thumbnail is too dark for me.
    There is a possibility that the dark layer will not appear but only the original image and the post title, or the dark layer be less dark (opac)? Or that the dark layer does not cover the whole image but only the title?
    thank you for help

    (I send you a link to my in progress site)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Idenovasi

    (@idenovasi)

    You need to copy CSS code below, you can choose one.

    Remove overlay completely

    .srpw-modern-style .srpw-img::after{
       opacity: 1;
       background: transparent;
    }

    Adjust the overlay darkness
    The higher the number, the more darker.

    .srpw-modern-style .srpw-img::after{
       opacity: 0.2;
    }

    Also, if you want to make the posts list cleaner, you can try this CSS code.

    .srpw-block li {
       padding: 3px 0 !important;
    }
    
    .srpw-img {
      width: 100%;
    }
    Thread Starter ovidiucupse

    (@ovidiucupse)

    Thank you very much
    5 stars

    Plugin Author Idenovasi

    (@idenovasi)

    You’re very welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modern Style look’ is closed to new replies.