Home Forums Basel support forum How do I change Menu font size?

How do I change Menu font size?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4298

    pharmedoc
    Participant

    Hi!

    How do I change only the font, font size, and bold of the menu options? Not the dropdown, only the text before you hoover over it.

    #4301

    Artem Temos
    Keymaster

    Hello there,

    Here is a code snippet for this purpose

    .main-nav ul > li > a {
        font-family: "Open Sans",Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #ff0000!important;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)