Thanks as always all,
My filter boxes have white text in the second tier of drop downs, how can i please change this to black? You can see below the issue;
Store is: p1simgear.com.au
pw is: P1test%
Thanks!
Thanks as always all,
My filter boxes have white text in the second tier of drop downs, how can i please change this to black? You can see below the issue;
Store is: p1simgear.com.au
pw is: P1test%
Thanks!
Hi,
Sure, let me fix it quickly for you. ![]()
Please add the following CSS code to your assets/base.css bottom of the file.
.facets-container .list-menu__item {color: #000 !important;}
Thanks!
Hi,
Please add the below CSS and check:
label.facet-checkbox {
color: #000;
}
Perfect, thanks so much @Prezentech ! Superstar!
Thanks! welcome again!
Hi @Prezentech , sorry i just realised, this fix worked perfectly on the desktop, but on mobile the filter box text is still white. How can i please change that to black also?
thanks!
Hi @p1simgear
Please add the below CSS and check.
li.mobile-facets__item.list-menu__item {
color: #000;
}
Hi @p1simgear
Can you please add the CSS in the base.css file and save it again?
li.mobile-facets__item.list-menu__item {
color: #000 !important;
}
It will work as expected for you.
Still no joy sorry @Prezentech , the last tier of the filter menu on mobile remains white!
Please add the following CSS code to your assets/base.css bottom of the file.
.mobile-facets .list-menu__item {
color: #000 !important;
}