• Hi,
    i have issues with some elementor features.

    Blocks:
    Testimonial – i cant change transparency of the images?
    Image carousel – i cant change transparency of the images?

    Site logo. Im using Astra theme and the logo is transparent, cant change it. Is this issue for Astra? Still, i thinkt all transparency issues are connected to each other.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Tim

    (@eagents)

    Anyone??

    I think you have image opacity set to 0.1 in your Elementor global theme styles.

    If you inspect the logo image, you can see this CSS:

    .elementor-kit-517 img {
        opacity: 0.1;
    }

    You can just set the default image opacity to 1 in your global settings or add this CSS:

    .elementor-kit-517 img {
        opacity: 1!important;
    }

    Does that help?

    Thread Starter Tim

    (@eagents)

    Thanks a lot! It worked. It cant be adjusted from theme, so this css did the trick ??

    You’re welcome.

    The setting for image opacity isn’t in your theme settings though. If you open a page in Elementor and then click on the hamburger menu in the top LH corner of the Elementor panel, go to Site Settings > Images. The opacity slider/setting is there.

    Reset to the default or set it to 1 and then you won’t need the additional CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Elementor image transparency issues’ is closed to new replies.