Advertisement
fauzanjeg

JKIT || Hide View More Button in Portfolio widget, Except First Item

Oct 29th, 2023
975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /** Hide View More Button in Portfolio widget, Except First Item */
  2. .jeg-elementor-kit.jkit-portfolio-gallery .portfolio-gallery-container .row-item:hover:not(:first-child) .row-item-more {
  3.     display: none;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement