• Resolved gussio

    (@gussio)


    Hi, I have added some css to change the font size of the Kale theme navigation bar on my homepage (it worked), but I can’t seem to get the submenu items in the navigation bar to be a bigger font size. I found some css on the support forum here to change the submenu items, and while it changes it in mobile mode, it does not on desktop.

    I also am trying to make the font size bigger in the sidebar text. I also found some css in the support forum here, but it just changes the line spacing rather than the font size. Any ideas?

    Thanks so much!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @gussio,

    Thanks for reaching out, and thank you for using Kale- we really appreciate it. Nice site, btw!

    It looks like you may have already gotten this taken care of- when I check the site on desktop, I see the two bits of CSS, taking effect for both the parent menu items and the child items, but one is set to 16px while the other is set to 14px. Just to confirm, this is the current, correct CSS for the main menu items:

    .navbar-nav > li > a {
        font-size: 16px;
    }

    And this is the CSS for the child items:

    .dropdown-menu > li > a {
        font-size: 14px;
    }

    If you bump that 14px up to 16px, they should then be identical.

    This CSS should do the trick for your sidebar text, and similarly, you can change the 15px to whatever size you like:

    .widget ul > li > a {
        font-size: 15px;
    }

    Let us know if you have any other questions! 🙂

    Thread Starter gussio

    (@gussio)

    Wow thank you so much!!

    Strange my desktop wasn’t showing the increased submenu text size as I was adding the css before, but I just looked again and it does appear to be fixed. I wonder if it is because I just cleared the cache for my site with a plugin (to address a different issue), so maybe I was just viewing a cached version before…

    And great, thank you for that css for the sidebar text, works great!

    Reallly love this theme and appreciate your help with the customization bits 🙂

    Sounds like you’re right…that’s probably what it was. Glad it’s sorted now!

    Thanks for the kind words! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘submenu and sidebar font size’ is closed to new replies.