Tagged: enfold, Portfolio, sort options
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
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
Hi Mike! Tjank you so much for your response.
Here is the page http://ilhadepaqueta.monadasolucoes.com.br/atrativos-ilha-de-paqueta/
Best Regards!
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.
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
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
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