Blog overlay need to target the opacity

Home Forums Jevelin Theme Blog overlay need to target the opacity

Home Forums Jevelin Theme Blog overlay need to target the opacity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • WendyM
    Participant

    Please see below, I need to change the blue overlay color and I also need to change the opacity of the overlay.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @WendyM,

     

    I hope you are well today and thank you for your question.

     

    You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2,
    #page-container .sh-overlay-style1, .sh-portfolio-overlay4 {
        background-color: rgba(25, 0, 219, 0.5)!important;
    }

     

    Please change the color and opacity value in the above code to whatever you want to.

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)