Comments Denis started the conversationMay 18, 2017 at 6:40pmHi, one more question about design : where I can find settings for Styled Gallery Gradient Hover(no Quick CSS code on the page, no settings in VC ... ) screen : http://c2n.me/3KxKMU4thanks 7,092Oliver repliedMay 19, 2017 at 8:14amHI!if you need to change the color, use following css: body .hover-gradient .portfolio-item .image .overlay:before, body .hover-gradient .gallery-item .overlay-wrap .overlay:before { -webkit-transition: opacity 0.5s 0.2s; transition: opacity 0.5s 0.2s; background: -moz-linear-gradient(left, rgba(255,43,88,0.8) 0%, rgba(255,216,0,0.8) 100%) !important; background: -webkit-linear-gradient(left, rgba(255,43,88,0.8) 0%,rgba(255,216,0,0.8) 100%) !important; background: linear-gradient(to right, rgba(255,43,88,0.8) 0%,rgba(255,216,0,0.8) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff2b58', endColorstr='#ccffd800',GradientType=1 ) !important; }Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverDenis repliedMay 19, 2017 at 8:20amThank you ! Sign in to reply ...
Hi,
one more question about design :
where I can find settings for Styled Gallery Gradient Hover
(no Quick CSS code on the page, no settings in VC ... )
screen : http://c2n.me/3KxKMU4
thanks
HI!
if you need to change the color, use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you !