Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228428

    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

    #228432

    Here you see an example.. its in my widget menu... the categories does not get BOLD when active.. now i have Outlet active, but it is still just normal text and normal colour.. i really can not find the place in any CSS to change that even i tried VERY hard?

    #228671

    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

    #228763

    NICE.. that helped.. thanks very much…

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Category menu bold when active?’ is closed to new replies.