Bricks Version: 1.5.7 Browser: Chrome 107.0.5304.107 OS: Windows 11
The nav menu item in the header has a wrong font-family. This appears in the a-tag of the menu item:
.header__nav.brxe-nav-menu .bricks-nav-menu > li > a {
border-bottom-width: 0.3rem;
border-bottom-style: solid;
border-color: rgba(255, 0, 0, 0);
font-size: 1.8rem;
font-family: “Bestelling ontvangen”;
font-weight: 700;
}
I experimented some more and I see that it is affected by using custom local fonts. When I set the font family in the nav item to a normal/none local font, this behaviour is not present.
Could it be linked with this?
Ps: I don’t have any other woocommerce plugins active.
I did how was explained on the page, i.e. custom fonts under Bricks side menu.
I reuploaded the fonts, now in WOFF2 format, but the same problem persists.