Hi – i tried my best in CSS, but with no luck. I asked this a while ago and i did what you told me:
Hi Jane,
Use this selector:
.current-menu-ancestor a, .current-menu-item a{ font-weight: bold !important; }
Regards,
Josue
—–
But it did not work?
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
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.current-cat a {
font-weight: bold!important;
}
Best regards,
Yigit
NICE.. that helped.. thanks very much…