What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Question How To Disable Hover Fade/opacity?

Discussion in 'XenGallery' started by Russoroni, Jan 27, 2014.

  1. Russoroni

    Russoroni Member

    When you hover over the time/date/edit/delete/report they fade in. How can I turn that off? I just want it fully visible.

    Image 3.gif
     
  2. sonnb

    sonnb Administrator Staff Member

    You can edit in template sonnb_xengallery_photo_view.css

    Remove these CSS properties:
    Code:
    .messageSimple .comment .privateControls,
                                .messageSimple .comment .publicControls {
                                    opacity: 0.5
                                }
    .messageSimple .messageResponse .comment:hover .messageMeta .privateControls,
                                .messageSimple .messageResponse .comment:hover .messageMeta .publicControls {
                                    opacity: 1;
                                }
     
  3. Russoroni

    Russoroni Member

    Thanks!
     

Share This Page