Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1024361

    Hello Guys!
    I dont want to display the “ALL” in the left of the filters. I found a very nice explanation on this link https://kriesi.at/support/topic/remove-all-category-on-portfolio-filter/ in the forum but unfortunately isn´t working :(

    Can you help me?
    Best Regards <3

    #1024365

    Hey raquelreis,
    If this css in your Quick CSS is not working for you, then please link to your page so we can examine the classes of your element:

    a.all_sort_button {
        display: none !important;
    }

    Best regards,
    Mike

    #1024369

    Hi Mike! Tjank you so much for your response.
    Here is the page http://ilhadepaqueta.monadasolucoes.com.br/atrativos-ilha-de-paqueta/

    Best Regards!

    #1024377

    Hi,
    Oh I see, the “All” my css was targeting was at the beginning of the breadcrumb trail, which you are hiding. You seem to be talking about the big “All” at the top left.
    2018-10-20-122116
    To hide that Please try this code in the General Styling > Quick CSS field:

    .av-masonry-sort .av-current-sort-title {display: none !important;}

    Best regards,
    Mike

    #1024387

    Hi Mike, thank you!
    I tryed the code you sent but didn´t work: http://prntscr.com/l8d0d1
    I want to hide the “\” between the options nd used this code below, but didn´t work too:
    span.tepelne-cerpadla_sort_sep {
    display:none !important;
    }

    Best regards,
    Raquel

    #1024396

    Hi,
    Please try to clear your browser cache, when I look the “All” is now not showing.
    If you remove the “\” the words will look like one long string of text, instead try to make it transparent

    .text-sep.avia_show_sort {
    color: transparent !important;
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.