[Resolved] Transparent Overlay on Magazine Grid

Home Forums Support [Resolved] Transparent Overlay on Magazine Grid

Home Forums Support Transparent Overlay on Magazine Grid

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1662492
    Butch Pornebo

    Using the site library template DISPATCH.

    How do I place a black transparent overlay on top of the magazine grid?

    https://gpsites.co/dispatch/

    #1662503
    Butch Pornebo

    or on top of the images.

    #1662550
    Ying
    Staff
    Customer Support

    Hi there,

    Instead of adding an overlay, I made the image transparent and gave it a background color:

    .page-hero .wp-show-posts-image.wpsp-image-center img {
        opacity: 0.5;
    }
    .page-hero .wp-show-posts-image.wpsp-image-center {
        background-color: #000;
    }

    Let me know if it works for you.

    #1662564
    Butch Pornebo

    this works perfectly. thank you

    #1662592
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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