Tagged: x Author Posts April 10, 2016 at 3:02 pm #875507 nonenoneParticipant Hi there, Can you please assist me in this? 1-How can I make the logo glow to a lighter shade on hover? 2-Currently images glow to a darker shade on hover, how can I make them glow to a lighter shade? Many thanks, April 10, 2016 at 3:05 pm #875508 nonenoneParticipant This reply has been marked as private. April 11, 2016 at 1:36 am #875996 ChristopherModerator Hi there, Please add the following code in Customize -> Custom -> CSS : a.x-img:not(.x-img-thumbnail):hover,a.x-brand.img:hover { opacity: 1; } a.x-img:not(.x-img-thumbnail),a.x-brand.img { opacity: 0.75; } Hope it helps. April 11, 2016 at 4:17 am #876147 nonenoneParticipant Epic! 😀 Thank you Christopher April 11, 2016 at 8:39 am #876414 ChristopherModerator You’re welcome. Author Posts