Thank you, I have tried this but the problem is that when I select another filter button, the setting is permanent so the colour does not change when the filter is no longer showing ‘ALL’ posts.
I was wondering if there is a way to set the ALL button as ‘active’ by default when the page is initially loaded.
I do not want the ALL option to display as active when another filter is selected. (see below)
https://prnt.sc/PobVdGjXEWan
Thank you again for your help.
Thank you for getting back to me. I tried adding the CSS below to have it show up as selected by default but the button is still changing back to the inactive colour – which i assume is set by the javascript?
#ymc-filter-1 .js-filter-button-all
{@starting-style {
background-color:black;}
Is there a way for the ALL button itself to display as active/selected as the starting style and for it to become inactive once the user has clicked on another filter?