Hi – i tried my best in CSS, but with no luck.
I would like when pressed a menu (sidebar menu – Product category Woocommerce), that it shows in BOLD font (and maybe another color), so you can see you are AT that category now.
I tried to add “active”, but thats only when i push the link – as sooon i let go, its normal again, so its not to see where you are, if you have lots of categories.
So where to correct it, so it stays bold, when i am in that specific category i just pushed?
:)
/Jane
Hi Jane,
Use this selector:
.current-menu-ancestor a, .current-menu-item a{ font-weight: bold !important; }
Regards,
Josue
Thanks.. where to put that sentence?
Hi Jane,
Add that code to the Quick CSS area in the Theme options page (Styling tab).
Regards,
Josue