• Is there an easy way to edit the weight and font for the sidebar menu font? It is lovely, just too light to read well. I’m hoping for Open Sans but with a bolder application.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    You can yes with a bit of custom CSS (using a plugin to edit CSs like Simple Custom CSS, or if you use jetpack, use the Edit CSS feature)

    This is the theme’s default styling:

    .primary-navigation li, .site-navigation li {
        margin-bottom: 6px;
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
        font-size: 1.438rem;
        line-height: 1.4;
    }

    You can do this:

    .primary-navigation li, .site-navigation li {
        font-weight: 600;
    }

    The menu already uses Open Sans, so you would only need to change the font weight to 400 for regular or 600 for bold.

    Thread Starter vshassell

    (@vshassell)

    Thank you so much! Worked like a champ.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    You’re very welcome ??
    I set this as resolved, so if you have any additional questions, simply post a new topic. Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change weight of side bar Main Menu – add weight to the font’ is closed to new replies.