Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #271573
    Antonella Martino
    Participant

    Hello, happy New Year!
    Please I need to customize the Portfolio sections overlay color and the percentage of transparency.
    what is the relative class?
    thank you

    Antonella

    #271595
    Skandha
    Participant

    @armartino: Hello Antonella,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-content-wrapper .entry-container {
        background: rgba(0,0,0,0.2);
    }

    Change the value of 0.2 to change the opacity.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #271624
    Antonella Martino
    Participant

    Yes, thank you!
    Kind Regards
    Antonella

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio overlay’ is closed to new replies.