• Resolved concertomedia

    (@concertomedia)


    Hello, I want to disable/hide “All Tab” in filterable image gallery widget , I want only categories tabs

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PWR Plugins

    (@rexdot)

    Hi there,

    Please add this CSS snippet to Appearance > Customize > Additional CSS:
    .portfolio-filter-item[data-filter="*"] {display: none !important;}

    Thread Starter concertomedia

    (@concertomedia)

    Thanks PWR for your reply but it doesn’t work!
    I tried :
    .portfolio-filter-item[data-filter=”*”] {
    display: none !important;
    }
    and
    .portfolio-filter-item[data-filter=”*”] {
    display: none !important;
    visibility: hidden !important
    }
    and
    .elpt-portfolio-filter .portfolio-filter-item[data-filter=”*”] {
    display: none !important;
    visibility: hidden !important;
    }
    All above don’t work with me.

    Plugin Author PWR Plugins

    (@rexdot)

    Hi there,

    We just added a new option to hide the “all” button. It’s on the widget settings, under the “General Settings” tab (“Show All option”). Could you pelase check if it works for you?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable All Tab in Filterable Image Gallery Widget’ is closed to new replies.