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 #2143565
Portfolio filter Change background?
Closed

Comments

  • furuba started the conversation

    Hello, I would like to blacklist the Portfolio filter.Unfortunately, you can not change it in the theme settings of Category Filter. I wanted to change it with CSS. But then all filter backgrounds turn black. Also the active filter. But I only want the non-active filters as black. Which CSS code should I use?

    I had tried this css code. but it seems to be the wrong one:

    .filter_outer.filter_portfolio .filter_holder.without_separator ul li.filter span {

    background-color: #191919;

    }

  •  1,845
    Elated replied

    Hi there,

    Please try adding the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    .filter_portfolio .filter_holder ul li.filter span {
        background-color: #252525 !important;
    }
    

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • furuba replied

    Hi, unfortunately I already had this css code.
    But then the ACTIVE FILTER is also black !!!! See image.
    More normal is the ACTIVE filter Purple !!!!

  •  1,845
    Elated replied

    Hello,

    In order to look like this when it's active:

    1393863626.png

    You should add this extra code: Appearance-> Additional CSS:

    .filter_portfolio .filter_holder ul li.active span {
        background-color: #9274d3!important;
    }
    

    Or you can use this color #8462cc

    Kind Regards,

    Milica


    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.