#7035

Intense Visions
Keymaster

Johannes,

I am including some CSS that should get you closer. The CSS that you are using is fine, but the font is not setting properly because the “a” link classes are overriding the styles you have set.

.hauptmenue a {
    font-size: 1.25em;
    font-family: "Calibri";
    border-left: 0;
    margin: 0;
    padding: 12px !important;
}

Use the code I added above along with your code. You can probably remove the font setting in your code since it is included in the code that I have added, but it won’t hurt leaving it.

If you need anything else, let us know.

Thanks,

Josh