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

    Hello,

    I am trying to change the opacity of the Bg image in a specific color section.
    I created a section ID and then applied the css you mentioned in this topic but it did not change anything.

    #1007502

    Hey Enis,

    Thank you for writing to us. Only solid colors can have opacity. To apply opacity to a background image you need to apply the transparency to its container.

    1. Add a custom ID to your section.
    2. Add a pseudo element to your section ID and background image with opacity as mentioned here

    Best regards,
    Vinay

    #1007567

    Hello Vinay,

    Thanks for the response. But I do not know how to implement that code.
    My Section id is ”home-section-bg-img”

    Can you help me how the css code should be?

    #1008191

    Hi,

    You can try this css code since you’re using parallax effect.

    #home-section-bg-img .av-parallax-inner {
        opacity: .2;
    }

    Best regards,
    Ismael

    #1008986

    Hi Ismail,

    That worked perfectly
    Thank you so much.

    You can close the ticket.. Have a nice day.
    E.

    #1009155

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can not change color Section BG image opacity witj Section ID’ is closed to new replies.