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

    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

    #141013

    Hi Jane,

    Use this selector:

    .current-menu-ancestor a, .current-menu-item a{ font-weight: bold !important; }

    Regards,

    Josue

    #162019

    Thanks.. where to put that sentence?

    #162023

    Hi Jane,

    Add that code to the Quick CSS area in the Theme options page (Styling tab).

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu BOLD when pressed’ is closed to new replies.