• I’m trying to change just the font size of my top nav bar and for the life of me I cannot seem to figure out just which part of the stylesheet I need to change. I’m sure it’s obvious but I’m just not seeing it. As you can probably tell by the topic title I’m using Commune 1.0.8 for my theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll have to post a link to your site if you want help with this.

    Thread Starter fauxfire76

    (@fauxfire76)

    Oh sorry. My apologies. It’s https://www.voxmortuum.net

    In the future, you can use Firebug to figure out which CSS to change. For now, this is the CSS you need to change — it’s on line 49 of the style.css file.

    #access .menu-header, div.menu {
        font-size: 1.3em;
        margin-left: 10px;
    }

    Change the font-size to whatever looks right to you — “em” is a relative measure to the standard font sizes defined in the site and/or the browsers — so maybe start with 1.5em or so.

    Thread Starter fauxfire76

    (@fauxfire76)

    Thank you very much. I don’t know how the heck I missed that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nav Bar Font size in Commune 1.0.8’ is closed to new replies.