Filter Overlay

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10045130
    Minimal1964
    Participant

    Hi Guys,

    I am trying to apply a filter over the group of images on the index page.

    This website that I am building for someone is to replace this one.

    Stump Out

    I have used Google inspect and homed in on the code below which I think is the filter.

    <div class=”wp-block-themeisle-blocks-advanced-columns-overlay”></div><div class=”wp-block-themeisle-blocks-advanced-columns-overlay”></div>

    Could I apply this to the images on the index page? Do I have to code the individual images with a filter so that I don’t change their individuality?



    Template Version: Architecture 2
    #10045131
    Minimal1964
    Participant
    This reply has been marked as private.
    #10045132
    Support
    Keymaster

    Hi, to add overlay with skin color you can do this:

    <div class="overlay overlay-show overlay-op-8 overlay-primary">
    Image Here...
    </div>

    * overlay-op-8 is 80% of opacity, you can change that number from 1 to 9
    * overlay-primary is the color based on the skin you generated.

    Kind Regards.


    #10045133
    Minimal1964
    Participant
    This reply has been marked as private.
    #10045134
    Minimal1964
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.