Okay
  Public Ticket #928476
Thumbnail Opacity
Closed

Comments

  • Jason started the conversation

    I want to get rid of the opacity on the thumbnails completely. I successfully was able to remove them using my developer for my other site www.ccmech.org but when my developer went to do it on the crossreference site it didn't work. Can you please help me remove the opacity. Thanks

  •  529
    Igor replied

    Hi,

    add this to your custom css

    .tp-bullets.tp-thumbs .bullet {
        opacity: 1 !important;
    }
    

    Regards,
    Igor