• Need to fix the font in my navigation bar. Not sure what’s wrong with it, except it looks fuzzy. It seems to be bold, but I don’t know how to change it so the text reads better. I used the Business Leader theme and can edit using CSS.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Looks fine to me.

    However, if you like to tweak it, look for this CSS rule in your theme’s css.style template. If you want to make it bold, add font-weight: bold; as follows:

    .main-navigation a {
        -webkit-text-stroke: 0.55px;
        text-shadow: 0px 0px 0px, 0px 0px 0px;
        font-weight: bold;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    • This reply was modified 5 years, 9 months ago by t-p.
    Thread Starter jaykarla2019

    (@jaykarla2019)

    Thank you, t-p.

    Moderator t-p

    (@t-p)

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text in Navigation Bar Looks Messy’ is closed to new replies.