Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1176053
Styled Gallery Gradient
Closed

Comments

  • Denis started the conversation

    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


  •  7,092
    Oliver replied

    HI!

    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, Oliver

  • Denis replied

    Thank you !