• Resolved nkandus

    (@nkandus)


    I am trying to create a hover effect that zooms and fades with a semi-transparent white overlay when hovering on a thumbnail gallery image (before clicking). In the “Theme” settings I can change the color of the overlay using “Thumbnail Background Color”, but if I adjust the “Thumbnail Background Transparency” the amount of transparency for that overlay does not change.

    • This topic was modified 2 years, 6 months ago by nkandus.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    We are sorry for the late reply.

    Please, note that in the www.ads-software.com forum we are replying to the free product related question only. For the questions regarding the Premium version, please contact our support team using the following form

    Thanks!

    Thread Starter nkandus

    (@nkandus)

    Is changing the transparency only available on the premium version?

    Plugin Support Nikita Anisimov

    (@nikitaanisimov)

    Dear @nkandus, hello,

    Unfortunately, the product does not have the mentioned functionality yet, however it can be managed by adding this CSS Rule to your theme’s custom CSS menu

    .bwg-standard-thumbnails .bwg-zoom-effect .bwg-zoom-effect-overlay {
    background-color: rgba(255,59,16, 0.3)!important;
    }

    Please, let us know if it works for you =)

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail Background Transparency Not Working’ is closed to new replies.