Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #302303

    can you provide Css to change the transparency amount on the Media Element Image, it is currently to dark

    http://fritzimages.com/blog/portfolio/

    thanks

    • This topic was modified 10 years, 3 months ago by EdFritz. Reason: Decided not to use Image media element
    #302375

    Hey Ed!

    Thank you for using Enfold.

    Are you referring to the image overlay? Looks like you managed to change the opacity of the hover effect. Is that what you want to do?

    Regards,
    Ismael

    #302508

    I’d like to know how to change the opacity on the Media element called Image. I may use this in the future

    #302520

    Hi!

    You can adjust the opacity of image overlay using following code in Quick CSS field in Enfold theme options under General Styling tab

    .avia_transform a:hover .image-overlay {
    opacity: 0.5 !important;
    }

    and adjust its colors with following CSS code

    span.image-overlay-inside:before {
    background-color: red!important;
    color: orange!important;
    }

    Best regards,
    Yigit

    #649920

    Is it possible to change the color of background image (in a color section) when hovering?

    #649989

    Hi!

    Yes it is possible.
    Please create a new ticket and provide us a link of your web site, and we will do help you with that.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Need to change transparency on Image’ is closed to new replies.