• Resolved rbstodomingo

    (@rbstodomingo)


    Please let me know how to make the font of the main navigation menu bolder. Also, I’m using a hueman child theme. Do I insert the code into the style.css or copy the custom.css from the parent theme and paste it to the child theme before inserting the code? Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi rbstodomingo. If you’re using a child theme you don’t need to use the theme custom css option. Try adding the following css to your child theme style.css file:

    #nav-header .nav > li a {
      font-weight: bold;
    }
    Thread Starter rbstodomingo

    (@rbstodomingo)

    Thank you bdbrown, though I hardly noticed any changes. I mean it didn’t do the trick. I’ve seen someone asked the same question on the Hueman demo site and I tried doing it to no avail as well. Maybe it’s not even possible to make the font of the main navigation menu bold? Thank you anyway for your effort.

    Thread Starter rbstodomingo

    (@rbstodomingo)

    Hi bdbrown, actually it may have made the menu font a little bit bolder. I think this will work for now. Thank you for your assistance. I appreciate it.

    You’re welcome. If you don’t need any further assistance with this, please mark the topic as Resolved. Thanks.

    Thread Starter rbstodomingo

    (@rbstodomingo)

    Will do. The font’s now bold! It took several minutes to take effect. Thank you so much. Will mark this as resolved now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make Main Navigation Menu Font Bolder’ is closed to new replies.