Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2066355
TheGem Product Grid Hover colors
Closed

Comments

  •  3
    altaigenden started the conversation

    How to CSS - TheGem Product Grid - Hover type: Show next product image - Styles: white, grey, dark - Hover colors?

  •  5,055
    Michael replied

    HI!

    Please use Theme Options settings:

    1943661581.png


  •  3
    altaigenden replied

    there is no such option there. Highlighting hovering 2nd color is #383d50. do you see it anywhere? in Theme options?

  •  5,055
    Michael replied

    Sorry, pls. use following css:

    .portfolio.background-style-gray .portfolio-item:hover .wrap > .caption, 
    .portfolio.background-style-dark .portfolio-item:not(:hover) .wrap > .caption {
        background-color: #444 !important;
    }

     

    6707465710.png
  •  3
    altaigenden replied

    thank you

  •  3
    altaigenden replied

    2nd color is Hovering color. How to change the 1-st color? the color showing up before hovering.

  •  5,055
    Michael replied

    pls. use following css:

    body .portfolio-item .wrap > .caption {
        background: #DDD;
    }
    5110651633.png
  •  3
    altaigenden replied

    thank you !

  •  5,055
    Michael replied

    Welcome! Have a nice day!