Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2151506
Hide filters?
Closed

Comments

  • furuba started the conversation

    Hello,

    I wanted to hide certain filters.
    Unfortunately you can not set it in the theme.
    I wanted to do that with CSS:

    .page-id-3710 .portfolio_category_337 {
    display: none! important;
    }
    But somehow it does not work. Can you help me there?

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in.

    That code doesn't work because portfolio_category_337 is not a class, this is data attribute.

    In order to solve this issue, please put the following code into Appearance » Customize » Additional CSS

    .page-id-3710 li[data-filter="portfolio_category_337"] {
        display: none! important;
    }
    

    If there’s anything else we can help you with, please let us know.

    Best Regards,
    Milos


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.