• Resolved drjs

    (@drjs)


    Hi, Would you be able to tell me how to remove the shadow overlay from the related posts at the bottom of posts.
    In fact how to remove ALL shadow overlays would be incredibly helpful (in case there are others I have missed)!
    Many thanks!!!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • corewpress

    (@corewpress)

    Hi @drjs,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    • This reply was modified 7 years ago by corewpress.
    Thread Starter drjs

    (@drjs)

    Thank you again Diego!!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove shadow overlay from related posts’ is closed to new replies.