• Resolved schindelbeck

    (@schindelbeck)


    Hello,

    is there a way to change the font of the main menu, without buying the pro version? It’s the only issue I have with the basic version.

    I have installed the plugin “Easy Google Fonts” and it works for other parts of the website, but the main menu.

    Kind regards,

    Frank

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter schindelbeck

    (@schindelbeck)

    Solved it myself. In the custom css adding:

    .onepress-menu a {
    color: #dd8b0f;
    font-family: Open-Sans, Helvetica, Arial, sans-serif;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    }

    Well done and thanks for sharing!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Onepress / Change menu font’ is closed to new replies.