Okay
  Public Ticket #3335028
Secondary Menu Font Size
Closed

Comments

  • Richard MacDonald started the conversation

    How do I change the font and font size for the Secondary Navigation Menu?

  •  1,877
    Judith replied

    Hi Richard,

    Thanks for choosing Salient.

    Please try this css:

    body #header-secondary-outer nav>ul>li>a {
        font-size: 15px;
        font-family: cursive;
    } body #header-secondary-outer .nectar-center-text {
        margin-left: -5em;
    }

    Thanks.