• Resolved Svipp

    (@svipp)


    Hey there, I’ve tried everything, but I still can’t change menu font-size. As I can see, it’s located in .navbar-primary li.menu-item a.

    Can anyone tell me where should I change this?
    Greets!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    You should try to use !important to your CSS attribute value.

    Thread Starter Svipp

    (@svipp)

    Hey, I’ve already done this, but it doesn’t work.

    navbar-primary li.menu-item a. has already !important value, and as I know, nothing is more important than !important in CSS.

    Any other suggestions?

    Theme Author shufflehound

    (@shufflehound)

    You can try to add body at beginning. Then that should work for sure.

    body navbar-primary li.menu-item a {
    }

    Thread Starter Svipp

    (@svipp)

    Great, works fine! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change menu font size?’ is closed to new replies.