Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #626341

    terracandido
    Participant

    Hello,

    Thanks for your response.

    I wish that worked but it doesn’t! When I click on the section background image and enter “opacity: 0.50;” in the style section, the whole entire section’s opacity changes.

    How can I change the opacity of just the background image, please?

    #626485

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! There is no CSS property background-opacity. Opacity (transparency) can only the element and not the background image. You can fake it by inserting a pseudo element, but you will need exact measurements and this would casue for issues with responsiveness. I would recommend taking care of the transparency in an image editor like photoshop and just use that version of the image instaed. Hope this helps – thanks!