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 #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?

  •  4,774
    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?

  •  4,774
    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.

  •  4,774
    Michael replied

    pls. use following css:

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

    thank you !

  •  4,774
    Michael replied

    Welcome! Have a nice day!