Before you ask please READ THIS

filter

edited November 2013 in Beach Please Posts: 12
Hi,

Is it possible to exclude genres from the filter? I would like to show only the top 12 genres (equal to my top menu links) and not all in the filter. If not, is it possible to remove the filter?

thanks for the reply!

reg

Marc

Comments

  • AirAir
    Posts: 10,970
    Hello.

    Excluding is rather lot of work.

    To hide you can use this Custom CSS
    #genre-filter{
    display: none!important;
    }
    With regards.
  • Posts: 12
    ok thanks!!
  • Posts: 12
    sorry but the filter is still there?
  • AirAir
    Posts: 10,970
    1.Where did you add CSS?
    2. Live link please.

    With regards.
  • edited November 2013 Posts: 12
    Hi,

    I added CSS in the Custom CSS within 'appearance'

    this is what it says now:

    .g-item .cov span {
    font-size: 15px; /* change value of 30px */

    #genre-filter{
    display: none!important;
    }

    live links = www.allevergelijksites.nl
    Post edited by Air on
  • AirAir
    Posts: 10,970
    As you see, you didn't close first CSS rule with } and that is why it isn't working.

    With regards.
  • Posts: 12
    Aha I see, not too handy, thanks!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!