Posted - 09/02/2018 : 14:18:46
I have a ton of categories, so this interests me. I searched around for css to target by attributes. I found a handful of pages and this one is pretty good https://css-tricks.com/almanac/selectors/a/attribute/
I opened up my ectadmincustom.css file and got this to work
select > option[value="258"] { color: red; background: yellow; }
Where "258" is the category I targeted. If you right click on the category drop down and select "inspect element" you will see these values there.
The thing is, I could not resize the text for that line, and I could not add padding there. But the change of color and highlight is quite helpful for finding the categories you hit the most.
If you do not already have a ectadmincustom.css in your admin, you can create one to add your custom .css That is, as long as you are on a recent version of the cart.
Also important to note, in the admin when viewing the product details, yuo can type the first letter of the category to "jump" to that letter. At least that works for me in firefox.
Edited by - dbdave on 09/02/2018 14:35:16
|