I allready dound this code in the forum, but i doesnt work on my website.
htps://www.celebrationevents.nl/contact/portfolio/
#js_sort_items .text-sep {
display: none;
}
#js_sort_items a {
display: inline-block;
float: none;
margin: 0 5px 0 5px;
}
.sort_by_cat {
text-align: center;
}
Can anyone help me on this matter?
Kind Regards Gilbert
Hey Gilbert,
Please try the following in Quick CSS under Enfold->General Styling:
.inner_sort_button {
background-color: blue;
border-radius: 3px;
padding: 5px;
color: white;
}
Best regards,
Rikard
Thanxs Rikard, that works!
Is there a way to give the “all catgory” button a different color than the other catgories ?
Gilbert
Hi Gilbert,
This is how you can give color to all category, but you might want to give a different color to current category instead.
.av-sort-by-term a:first-child span.inner_sort_button {
background-color: #c72cbe;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thaxs Victoria for your sugestion
Can you advise me to color the active category?
Is it also possible to hide the ” / ” between the categories?
Thanxs once again.