Help with Main Menu text

  • Unknown's avatar

    Hi I have prosperity theme and I would like the Main Menu text on the front page bolder and bigger so it stands out more.

    Any help would be great thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    You can use the following CSS:

    .main-navigation .container > div > ul > li > a {
    margin-right: 10px;
    font-weight: 800;
    text-transform: uppercase;
    }

    If you don’t like the uppercase font, then you can take out the last line of CSS. You can play with the font-weight until you get the type of bold text you want.

  • Unknown's avatar

    perfect much better.
    On my page the excerpt for one of my pages is coming out in a different and more transparent(less readable) font that others. Any idea why this has happened please?

    Thanks

  • Unknown's avatar

    Hi there, are you by chance talking about the text under “The Academy”? If so, that block of text has separate color styling. You can add this CSS to make it the same color as the other text in that section.

    .front-block .front-block-header .front-block-content {
        color: #464646;
    }
  • The topic ‘Help with Main Menu text’ is closed to new replies.