Okay
  Public Ticket #3038170
caption on hover in portfolio lightbox
Closed

Comments

  •  1
    fabiomantovan started the conversation

    Is it possible to see the caption on hover in portfolio lightbox images? I don't want to hide the image (an art image in my case) with the bands appearing up and down, and show the caption only with the scroll of the mouse.

    Any CSS or other?

    Thank you, Fabio

    {"wp":{"use":false,"adminUrl":"http://www.monikawolf.it/#tepee-collages-2018-2020/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    HiĀ Fabio,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though :)

    Please add the code below to your Custom CSS area:

    .lg .lg-sub-html {
        background-color: #fff;
        opacity: 0;
    }
    .lg:hover .lg-sub-html {
        opacity: 1 !important;
    }

    Result (see video).

    Have a nice day!

  •  1
    fabiomantovan replied

    Thank you Ylli, your CSS works flawlessly!

    Best

    Fabio

  • [deleted] replied

    Happy that I helped Fabiosmile.png

    I wish you have a great day ahead!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.